1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix from Tom Lane for pg_shadow in pg_upgrade

This commit is contained in:
Bruce Momjian
1998-10-25 02:47:38 +00:00
parent cf5055261e
commit ba74ce73bb
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ Description
PostgreSQL release without reloading all the data. First,
to be safe, back up your data directory. Then, use:
<programlisting>
% pg_dumpall -s >db.out
% pg_dumpall -s -z >db.out
</programlisting>
to dump out your old database definitions without any
data. Stop the postmaster and all backends.