1SPI_GETRELNAME(3) PostgreSQL 11.6 Documentation SPI_GETRELNAME(3)
23
4
NAME
6SPI_getrelname - return the name of the specified relation
7
SYNOPSIS
9char * SPI_getrelname(Relation rel)
10
DESCRIPTION
12SPI_getrelname returns a copy of the name of the specified relation.
13(You can use pfree to release the copy of the name when you don't need
14it anymore.)
15
ARGUMENTS
17Relation rel
18input relation
19
RETURN VALUE
21The name of the specified relation.
2223
24
25
PostgreSQL 11.6 2019 SPI_GETRELNAME(3)