SPI_getrelname (3)
Leading comments
Title: SPI_getrelname Author: The PostgreSQL Global Development Group Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 2017 Manual: PostgreSQL 9.6.5 Documentation Source: PostgreSQL 9.6.5 Language: English
NAME
SPI_getrelname - return the name of the specified relationSYNOPSIS
char * SPI_getrelname(Relation rel)
DESCRIPTION
SPI_getrelname returns a copy of the name of the specified relation. (You can use pfree to release the copy of the name when you don't need it anymore.)
ARGUMENTS
Relation rel
- input relation
RETURN VALUE
The name of the specified relation.