pgsql: doc: clarify COPY TO for partitioning/inheritance

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify COPY TO for partitioning/inheritance
Date: 2020-12-16 00:20:31
Message-ID: E1kpKYR-0003JB-G5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify COPY TO for partitioning/inheritance

It was not clear how COPY TO behaved with partitioning/inheritance
because the paragraphs were so far apart. Also reword to simplify.

Discussion: https://postgr.es/m/20201203211723.GR24052@telsasoft.com

Author: Justin Pryzby

Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/02c767b0fe241416d7b7ee3c107dcaf379d95381

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-12-16 01:40:07 pgsql: doc: Fix explanation related to pg_shmem_allocations
Previous Message Peter Geoghegan 2020-12-15 23:56:01 pgsql: Remove obsolete btrescan() comment.