select open change scope Open full search

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

Unsupported versions: 6.3
Historical version. PostgreSQL 6.3 reached end of support in March 2003. See the current manual for supported releases.
SPI_fname
PostgreSQL
Prev Next

SPI_fname

Name

SPI_fname — Finds the attribute name for the specified attribute
SPI_fname(tupdesc, fname)

Inputs

TupleDesc tupdesc

Input tuple description

char * fnumber

Attribute number

Outputs

char *

Attribute name

NULL if fnumber is out of range
SPI_result set to SPI_ERROR_NOATTRIBUTE on error

Description

SPI_fname returns the attribute name for the specified attribute.

Usage

Attribute numbers are 1 based.

Algorithm

Returns a newly-allocated copy of the attribute name.


Prev Home Next
SPI_fnumber Up SPI_getvalue

Report a documentation issue

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