pgsql: doc: Fix description of \copy for psql - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix description of \copy for psql
Date
Msg-id E1jwbtN-0000Tw-7H@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix description of \copy for psql

The WHERE clause introduced by 31f3817 was not described.  While on it,
split the grammar of \copy FROM and TO into two distinct parts for
clarity as they support different set of options.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm3zWr=OmxeNqOqfT=uZTSdam_j-gkX94CL8eTNfgUtf6A@mail.gmail.com
Backpatch-through: 12

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Rename "hash_mem" local variable.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix comments in reorderbuffer.c.