1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

In pg_upgrade, allow tables using regclass to be upgraded because we

preserve pg_class oids since PG 9.0.
This commit is contained in:
Bruce Momjian
2011-12-05 16:45:19 -05:00
parent 7c9557b6f8
commit 98fbce0931
2 changed files with 2 additions and 2 deletions

View File

@@ -541,7 +541,7 @@ psql --username postgres --file script.sql postgres
<application>pg_upgrade</> does not support upgrading of databases
containing these <type>reg*</> OID-referencing system data types:
<type>regproc</>, <type>regprocedure</>, <type>regoper</>,
<type>regoperator</>, <type>regclass</>, <type>regconfig</>, and
<type>regoperator</>, <type>regconfig</>, and
<type>regdictionary</>. (<type>regtype</> can be upgraded.)
</para>