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
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4716c9e70ea50aa414b8f6c08f2a8ad7f001c6bc

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