pg_end_copy
PostgreSQL バックエンドと同期する
&reftitle.description;
boolpg_end_copy
PgSql\Connectionnullconnection&null;
pg_end_copy は、pg_put_line
によるコピー操作の後で PostgreSQL フロントエンド(通常は Web サーバー
プロセス)と PostgreSQL サーバーを同期させます。
pg_end_copy を実行しなければ、PostgreSQL サーバーが
フロントエンドとの同期を失ってしまい、エラーが発生します。
&reftitle.parameters;
connection
&pgsql.parameter.connection-with-nullable-default;
&reftitle.returnvalues;
&return.success;
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.connection-object;
8.0.0
connection は、nullable になりました。
&reftitle.examples;
pg_end_copy の例
]]>
&reftitle.seealso;
pg_put_line