Skip to content

Commit a7d84ef

Browse files
committed
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
1 parent 7f5f746 commit a7d84ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/backup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ psql <replaceable class="parameter">dbname</replaceable> &lt; <replaceable class
140140
behavior and have <application>psql</application> exit with an
141141
exit status of 3 if an SQL error occurs:
142142
<programlisting>
143-
psql --set ON_ERROR_STOP=on dbname &lt; dumpfile
143+
psql --set ON_ERROR_STOP=on <replaceable>dbname</replaceable> &lt; <replaceable>dumpfile</replaceable>
144144
</programlisting>
145145
Either way, you will only have a partially restored database.
146146
Alternatively, you can specify that the whole dump should be

0 commit comments

Comments
 (0)