]> granicus.if.org Git - postgresql/commitdiff
doc: mark 'replaceable' parameter for backup program listing
authorBruce Momjian <bruce@momjian.us>
Mon, 28 May 2018 18:19:45 +0000 (14:19 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 28 May 2018 18:19:45 +0000 (14:19 -0400)
Reported-by: Liudmila Mantrova
Discussion: https://postgr.es/m/f3e2c0f5-5266-d626-58d7-b77e1b29d870@postgrespro.ru

Author: Liudmila Mantrova

Backpatch-through: 9.3

doc/src/sgml/backup.sgml

index 327d87302bb40058a298ead02aea00812b5be269..c31f87073a0fe3b367e52ae65681641ae6c0d35c 100644 (file)
@@ -141,7 +141,7 @@ psql <replaceable class="parameter">dbname</replaceable> &lt; <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 &lt; dumpfile
+psql --set ON_ERROR_STOP=on <replaceable>dbname</replaceable> &lt; <replaceable>dumpfile</replaceable>
 </programlisting>
     Either way, you will only have a partially restored database.
     Alternatively, you can specify that the whole dump should be