Thread: pgsql: Doc: clarify explanation of pg_dump usage.

pgsql: Doc: clarify explanation of pg_dump usage.

From
Tom Lane
Date:
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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2ecd5fba9b4562a71c92eddff52b20a1b4b3af32

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