select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 7.4
Historical version. PostgreSQL 7.4 reached end of support in October 2010. See the current manual for supported releases.

SPI_copytupledesc

Name

SPI_copytupledesc -- make a copy of a row descriptor in the upper executor context

Synopsis

TupleDesc SPI_copytupledesc(TupleDesc tupdesc)

Description

SPI_copytupledesc makes a copy of a row descriptor in the upper executor context.

Arguments

TupleDesc tupdesc

row descriptor to be copied

Return Value

the copied row descriptor; NULL only if tupdesc is NULL

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.