diff options
author | Bruce Momjian | 2018-05-28 18:19:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2018-05-28 18:19:45 +0000 |
commit | 6a75b58065c8da69a259657fc40d18e76157f265 (patch) | |
tree | e4e807d46fba10545a89fe6498fb24b8d84d7dc9 | |
parent | 99164e6952917009929026a9a11e4a500f599c40 (diff) |
doc: mark 'replaceable' parameter for backup program listing
Reported-by: Liudmila Mantrova
Discussion: https://postgr.es/m/[email protected]
Author: Liudmila Mantrova
Backpatch-through: 9.3
-rw-r--r-- | doc/src/sgml/backup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 349834c35d..982776ca0a 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -141,7 +141,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <replaceable class behavior and have <application>psql</application> exit with an exit status of 3 if an SQL error occurs: <programlisting> -psql --set ON_ERROR_STOP=on dbname < dumpfile +psql --set ON_ERROR_STOP=on <replaceable>dbname</replaceable> < <replaceable>dumpfile</replaceable> </programlisting> Either way, you will only have a partially restored database. Alternatively, you can specify that the whole dump should be |