pgsql: doc: \copy can get data values \. and end-of-input confused

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: \copy can get data values \. and end-of-input confused
Date: 2023-11-03 17:58:26
Message-ID: E1qyyR7-003mZD-Sc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: \copy can get data values \. and end-of-input confused

Reported-by: Svante Richter

Discussion: https://postgr.es/m/fcd57e4-8f23-4c3e-a5db-2571d09208e2@beta.fastmail.com

Backpatch-through: 11

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/36726b7882180b798768239060e462fc9c184d27

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 4 ++++
src/bin/psql/copy.c | 1 +
2 files changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-11-03 18:03:47 pgsql: doc: move HBA reload instructions above the syntax details
Previous Message Bruce Momjian 2023-11-03 17:40:17 pgsql: doc: CREATE DATABASE doesn't copy db-level perms. from template