pgsql: docs: clarify handling of column lists in COPY TO/FROM
Bruce Momjian <[email protected]> Sat, 21 Dec 2019 17:44:48 +0000
| Newsgroups | gmane.comp.db.postgresql.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.4 Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/586f4ffd6de3be0f0566d23a2deeb2628b9f036e Modified Files -------------- doc/src/sgml/ref/copy.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)