pgsql: Add error about the use of FREEZE in COPY TO - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add error about the use of FREEZE in COPY TO
Date
Msg-id [email protected]
Whole thread Raw
List 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/[email protected]

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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: remove RUNAS instructions for pg_upgrade on Windows
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: correct description of libpq's PQsetnonblocking() mode