1SPI_GETNSPNAME(3) PostgreSQL 9.2.24 Documentation SPI_GETNSPNAME(3)
2
3
4
6 SPI_getnspname - return the namespace of the specified relation
7
9 char * SPI_getnspname(Relation rel)
10
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
18 Relation rel
19 input relation
20
22 The name of the specified relation's namespace.
23
24
25
26PostgreSQL 9.2.24 2017-11-06 SPI_GETNSPNAME(3)