From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/spi-spi-fnumber.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/spi-spi-fnumber.html') diff --git a/doc/src/sgml/html/spi-spi-fnumber.html b/doc/src/sgml/html/spi-spi-fnumber.html index be06b5e..589d490 100644 --- a/doc/src/sgml/html/spi-spi-fnumber.html +++ b/doc/src/sgml/html/spi-spi-fnumber.html @@ -1,5 +1,5 @@ -SPI_fnumber

SPI_fnumber

SPI_fnumber — determine the column number for the specified column name

Synopsis

+SPI_fnumber

SPI_fnumber

SPI_fnumber — determine the column number for the specified column name

Synopsis

 int SPI_fnumber(TupleDesc rowdesc, const char * colname)
 

Description

SPI_fnumber returns the column number for the @@ -19,4 +19,4 @@ int SPI_fnumber(TupleDesc rowdesc, const Column number (count starts at 1 for user-defined columns), or SPI_ERROR_NOATTRIBUTE if the named column was not found. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3