From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/spi-spi-getrelname.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/src/sgml/html/spi-spi-getrelname.html (limited to 'doc/src/sgml/html/spi-spi-getrelname.html') diff --git a/doc/src/sgml/html/spi-spi-getrelname.html b/doc/src/sgml/html/spi-spi-getrelname.html new file mode 100644 index 0000000..c970e83 --- /dev/null +++ b/doc/src/sgml/html/spi-spi-getrelname.html @@ -0,0 +1,12 @@ + +SPI_getrelname

SPI_getrelname

SPI_getrelname — return the name of the specified relation

Synopsis

+char * SPI_getrelname(Relation rel)
+

Description

+ SPI_getrelname returns a copy of the name of the + specified relation. (You can use pfree to + release the copy of the name when you don't need it anymore.) +

Arguments

Relation rel

+ input relation +

Return Value

+ The name of the specified relation. +

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