pg_lo_unlink

Name

pg_lo_unlink -- delete a large object -- ラージオブジェクトを削除します。

Synopsis

pg_lo_unlink conn lobjId

入力

conn

Specifies a valid database connection.

有効なデータベース接続を指定します。

lobjId

Identifier for a large object. XXX Is this the same as objOid in other calls?? - thomas 1998-01-11

ラージオブジェクトの識別子。 XXX これは他の呼び出しにおける objOid と同じものかな?? - thomas 1998-01-11

出力

None

なし。

説明

pg_lo_unlink deletes the specified large object.

pg_lo_unlink は指定ラージオブジェクトを削除します。

使用方法