We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99164e6 commit 6a75b58Copy full SHA for 6a75b58
doc/src/sgml/backup.sgml
@@ -141,7 +141,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <replaceable class
141
behavior and have <application>psql</application> exit with an
142
exit status of 3 if an SQL error occurs:
143
<programlisting>
144
-psql --set ON_ERROR_STOP=on dbname < dumpfile
+psql --set ON_ERROR_STOP=on <replaceable>dbname</replaceable> < <replaceable>dumpfile</replaceable>
145
</programlisting>
146
Either way, you will only have a partially restored database.
147
Alternatively, you can specify that the whole dump should be
0 commit comments