pgsql: doc: Fix description of \copy for psql

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description of \copy for psql
Date: 2020-07-18 01:43:57
Message-ID: E1jwbtN-0000Tx-7b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/580d8ac9b1ef2803f39b1e23d9da68fff9109c42

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-07-18 04:22:50 pgsql: Fix comments in reorderbuffer.c.
Previous Message Peter Geoghegan 2020-07-18 01:25:28 pgsql: Rename "hash_mem" local variable.