1SPI_GETNSPNAME(3)        PostgreSQL 14.3 Documentation       SPI_GETNSPNAME(3)
2
3
4

NAME

6       SPI_getnspname - return the namespace of the specified relation
7

SYNOPSIS

9       char * SPI_getnspname(Relation rel)
10

DESCRIPTION

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

ARGUMENTS

18       Relation rel
19           input relation
20

RETURN VALUE

22       The name of the specified relation's namespace.
23
24
25
26PostgreSQL 14.3                      2022                    SPI_GETNSPNAME(3)
Impressum