" 'pg_catalog.regprocedure'::pg_catalog.regtype, "
" 'pg_catalog.regoper'::pg_catalog.regtype, "
" 'pg_catalog.regoperator'::pg_catalog.regtype, "
- " 'pg_catalog.regclass'::pg_catalog.regtype, "
+/* allow " 'pg_catalog.regclass'::pg_catalog.regtype, " */
/* regtype.oid is preserved, so 'regtype' is OK */
" 'pg_catalog.regconfig'::pg_catalog.regtype, "
" 'pg_catalog.regdictionary'::pg_catalog.regtype) AND "
pg_upgrade> does not support migration of databases
containing these reg*> OID-referencing system data types:
regproc>, regprocedure>, regoper>,
- regoperator>, regclass>, regconfig>, and
+ regoperator>, regconfig>, and
regdictionary>. (regtype> can be migrated.)