pgsql: Doc: clarify explanation of pg_dump usage.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify explanation of pg_dump usage.
Date: 2018-04-08 20:36:03
Message-ID: E1f5H2h-0000N0-My@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clarify explanation of pg_dump usage.

This section confusingly used both "infile" and "outfile" to refer
to the same file, i.e. the textual output of pg_dump. Use "dumpfile"
for both cases, per suggestion from Jonathan Katz.

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

Branch
------
REL9_5_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-08 21:23:42 pgsql: Fix additional breakage in covering-index patch.
Previous Message Alexander Korotkov 2018-04-08 20:26:04 Re: pgsql: Indexes with INCLUDE columns and their support in B-tree