Postgresql 中文操作指南 47. Server Programming Interface 47.2. Interface Support Functions SPI_getrelname Postgresql 中文操作指南 SPI_getrelname SPI_getrelname — 返回指定关系的名称 SPI_getrelname — return the name of the specified relation Synopsis char * SPI_getrelname(Relation rel) Description SPI_getrelname 返回指定关系名称的副本。(当您不再需要它时,您可以使用 pfree 释放名称副本。) 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.