From 293913568e6a7a86fd1479e1cff8e2ecb58d6568 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:44:03 +0200 Subject: Adding upstream version 16.2. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/spi-spi-getnspname.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/src/sgml/html/spi-spi-getnspname.html (limited to 'doc/src/sgml/html/spi-spi-getnspname.html') diff --git a/doc/src/sgml/html/spi-spi-getnspname.html b/doc/src/sgml/html/spi-spi-getnspname.html new file mode 100644 index 0000000..7bcd916 --- /dev/null +++ b/doc/src/sgml/html/spi-spi-getnspname.html @@ -0,0 +1,14 @@ + +SPI_getnspname

SPI_getnspname

SPI_getnspname — return the namespace of the specified relation

Synopsis

+char * SPI_getnspname(Relation rel)
+

Description

+ SPI_getnspname returns a copy of the name of + the namespace that the specified Relation + belongs to. This is equivalent to the relation's schema. You should + pfree the return value of this function when + you are finished with it. +

Arguments

Relation rel

+ input relation +

Return Value

+ The name of the specified relation's namespace. +

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