mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
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
This commit is contained in:
parent
7f5f74686d
commit
a7d84ef5d7
@ -140,7 +140,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
|
||||
|
Loading…
Reference in New Issue
Block a user