Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6a75b58

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 99164e6 commit 6a75b58

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
@@ -141,7 +141,7 @@ psql <replaceable class="parameter">dbname</replaceable> &lt; <replaceable class
141141
behavior and have <application>psql</application> exit with an
142142
exit status of 3 if an SQL error occurs:
143143
<programlisting>
144-
psql --set ON_ERROR_STOP=on dbname &lt; dumpfile
144+
psql --set ON_ERROR_STOP=on <replaceable>dbname</replaceable> &lt; <replaceable>dumpfile</replaceable>
145145
</programlisting>
146146
Either way, you will only have a partially restored database.
147147
Alternatively, you can specify that the whole dump should be

0 commit comments

Comments
 (0)