pgsql: Add error about the use of FREEZE in COPY TO

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add error about the use of FREEZE in COPY TO
Date: 2023-11-13 17:53:26
Message-ID: E1r2b7m-005Gvm-CO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add error about the use of FREEZE in COPY TO

Also clarify some other error wording.

Reported-by: Kyotaro Horiguchi

Discussion: https://postgr.es/m/20220802.133046.1941977979333284049.horikyota.ntt@gmail.com

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/acc95f29efd4f8aa60eb72a838bfd3c979fb1c5b

Modified Files
--------------
doc/src/sgml/ref/copy.sgml | 1 +
src/backend/commands/copy.c | 32 +++++++++++++++++++-------------
src/test/regress/expected/copy2.out | 12 ++++++------
3 files changed, 26 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-11-13 18:01:31 pgsql: doc: correct description of libpq's PQsetnonblocking() mode
Previous Message Bruce Momjian 2023-11-13 17:41:07 pgsql: doc: remove RUNAS instructions for pg_upgrade on Windows