pgsql: doc: Minor wordsmithing to COPY docs

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Minor wordsmithing to COPY docs
Date: 2022-08-22 13:09:28
Message-ID: E1oQ7BH-000hSu-Ne@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Minor wordsmithing to COPY docs

Perform some minor wordsmithing on two sentences in the COPY documentation
to make them clearer.

While there, also ensure to wrap a few occurrences of CSV in <literal>
which were missing this.

Reported-by: Eric Mutta <eric(dot)mutta(at)gmail(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/166104548566.654.11680826843612576896@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2fe0aedd00eae89e6d00bca5c598d1ac31b266a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-08-22 13:42:40 pgsql: Fix assertion failure in CREATE DATABASE
Previous Message Peter Eisentraut 2022-08-22 12:36:47 pgsql: pg_upgrade: Fix thinko in database info acquisition routine