pgsql: docs: clarify handling of column lists in COPY TO/FROM

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: clarify handling of column lists in COPY TO/FROM
Date: 2019-12-21 17:44:48
Message-ID: E1iiio4-0002wW-6F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: clarify handling of column lists in COPY TO/FROM

Previously it was unclear how COPY FROM handled cases where not all
columns were specified, or if the order didn't match.

Reported-by: pavlo(dot)golub(at)gmail(dot)com

Discussion: https://postgr.es/m/157487729344.7213.14245726713444755296@wrigleys.postgresql.org

Backpatch-through: 9.4

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/075129276ed66c9ac19198ec8aa108a538086d82

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-12-21 22:02:44 pgsql: C comment: clarify why psql's help/exit/quit must alone
Previous Message Tom Lane 2019-12-21 03:17:20 Re: pgsql: Superuser can permit passwordless connections on postgres_fdw