Thanks to visit codestin.com Credit goes to github.com
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 7b614c7 commit be565faCopy full SHA for be565fa
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