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

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

From
Bruce Momjian
Date:
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.golub@gmail.com

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

Backpatch-through: 9.4

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4cab43ec806a6298a545a399415ee8c4fe9307a8

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