SPI_getrelname

Name

SPI_getrelname --  Returns the name of the specified relation 指定リレーションの名前を返します。

Synopsis

SPI_getrelname(rel)

入力

Relation rel

Input relation

対象リレーション。

出力

char *

The name of the specified relation

指定リレーションの名前。

説明

SPI_getrelname returns the name of the specified relation.

SPI_getrelname は指定されたリレーションの名 前を返します。

使い方

TBD

アルゴリズム

Copies the relation name into new storage.

リレーション名は新しく割り当てたメモリに格納されます。