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