SPI_getrelname <refpurpose>return the name of the specified relation</refpurpose> — 指定されたリレーションの名前を返す
char * SPI_getrelname(Relation rel
)
<function>SPI_getrelname</function> returns a copy of the name of the
specified relation. (You can use <function>pfree</function> to
release the copy of the name when you don't need it anymore.)
SPI_getrelname
は指定リレーションの名前のコピーを返します
(不要になった段階で、pfree
を使用して名前のコピーを解放することができます)。
Relation rel
input relation 入力リレーション
The name of the specified relation. 指定されたリレーションの名前です。