From: Bruce Momjian Date: Mon, 28 May 2018 18:19:45 +0000 (-0400) Subject: doc: mark 'replaceable' parameter for backup program listing X-Git-Tag: REL9_3_24~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7d84ef5d783a6679d063ec908412c89fe95ed96;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index bff97e3655e..969318b4ae5 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -140,7 +140,7 @@ psql dbname < psql exit with an exit status of 3 if an SQL error occurs: -psql --set ON_ERROR_STOP=on dbname < dumpfile +psql --set ON_ERROR_STOP=on dbname < dumpfile Either way, you will only have a partially restored database. Alternatively, you can specify that the whole dump should be