1SPI_GETRELNAME(3)        PostgreSQL 12.6 Documentation       SPI_GETRELNAME(3)
2
3
4

NAME

6       SPI_getrelname - return the name of the specified relation
7

SYNOPSIS

9       char * SPI_getrelname(Relation rel)
10

DESCRIPTION

12       SPI_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
14       it anymore.)
15

ARGUMENTS

17       Relation rel
18           input relation
19

RETURN VALUE

21       The name of the specified relation.
22
23
24
25PostgreSQL 12.6                      2021                    SPI_GETRELNAME(3)
Impressum