pg_lo_export
ラージオブジェクトをファイルにエクスポートする
&reftitle.description;
boolpg_lo_export
PgSql\Connectionconnection
intoid
stringfilename
pg_lo_export は PostgreSQL データベースから
ラージオブジェクトを取得し、その内容をローカルファイルシステム上の
ファイルに保存します。
ラージオブジェクトインターフェイスは、トランザクションブロックの中で
使用する必要があります。
この関数は、以前は pg_loexport と呼ばれていました。
&reftitle.parameters;
connection
&pgsql.parameter.connection-with-unspecified-default;
oid
データベース内のラージオブジェクトの OID 。
filename
ラージオブジェクトをクライアントのファイルシステムに書き込む際の
フルパスとファイル名。
&reftitle.returnvalues;
&return.success;
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.connection-object;
&reftitle.examples;
pg_lo_export の例
]]>
&reftitle.seealso;
pg_lo_import