diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-05-28 14:19:45 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-05-28 14:19:45 -0400 |
commit | 252d9c43427d38fbdc2abd2cc4d19982ec523545 (patch) | |
tree | 5320578ec5af998e3dc4a96a3108e8455793c6ac | |
parent | c5bc95da0aae12eb24722f5d89a966a38b556913 (diff) |
doc: mark 'replaceable' parameter for backup program listing
Reported-by: Liudmila Mantrova
Discussion: https://postgr.es/m/f3e2c0f5-5266-d626-58d7-b77e1b29d870@postgrespro.ru
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 47600439054..ef4074d9751 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 |