1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00
This commit is contained in:
Bruce Momjian
2002-01-11 20:34:14 +00:00
parent 5ab0ad5c7e
commit 3bb77555b1
2 changed files with 146 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.17 2002/01/11 06:08:02 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.18 2002/01/11 20:34:14 momjian Exp $
PostgreSQL documentation
-->
@@ -154,7 +154,8 @@ $ pg_upgrade -s schema.out data.old
<note>
<para>
pg_upgrade does not migrate large objects.
pg_upgrade does not handle custom tables/indexes/sequences in template1.
It does handle other template1 object customizations.
</para>
</note>
</procedure>