9.3 9.4 9.5 9.6 10 11 12 13 14
阿里云PostgreSQL 问题报告 纠错本页面

SPI_getrelname

SPI_getrelname — 返回指定关系的名称

大纲

char * SPI_getrelname(Relation rel)

描述

SPI_getrelname返回该指定关系的名称 的拷贝(当你不再需要该拷贝后,可以使用pfree 释放它)。

参数

Relation rel

输入关系

返回值

指定关系的名称。