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 787102b commit fbd2bd1Copy full SHA for fbd2bd1
doc/src/sgml/ref/pgupgrade.sgml
@@ -773,8 +773,10 @@ psql --username=postgres --file=script.sql postgres
773
with a timestamp formatted as per ISO 8601
774
(<literal>%Y%m%dT%H%M%S</literal>), where all its generated files are
775
stored.
776
- <filename>pg_upgrade_output.d</filename> and all its contained files may be
777
- removed once the upgrade is successfully completed.
+ <filename>pg_upgrade_output.d</filename> and its contained files will be
+ removed automatically if <application>pg_upgrade</application> completes
778
+ successfully; but in the event of trouble, the files there may provide
779
+ useful debugging information.
780
</para>
781
782
<para>
0 commit comments