SPI_getnspname <refpurpose>return the namespace of the specified relation</refpurpose> — 指定されたリレーションの名前空間を返す
char * SPI_getnspname(Relation rel
)
<function>SPI_getnspname</function> returns a copy of the name of
the namespace that the specified <structname>Relation</structname>
belongs to. This is equivalent to the relation's schema. You should
<function>pfree</function> the return value of this function when
you are finished with it.
SPI_getnspname
は、指定したRelation
が属する名前空間名のコピーを返します。
これはリレーションのスキーマと同じです。
作業終了時に、この関数の戻り値に対してpfree
を行わなければなりません。
Relation rel
input relation 入力リレーション
The name of the specified relation's namespace. 指定したリレーションの名前空間の名称です。