mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
doc: Clarify pg_upgrade documentation
Clarify that the restriction against reg* types only applies to table columns using these types, not to the type appearing in any other way, for example as a function argument.
This commit is contained in:
parent
ab9f2c429d
commit
1e1e599d66
@ -682,7 +682,7 @@ psql --username=postgres --file=script.sql postgres
|
||||
|
||||
<para>
|
||||
<application>pg_upgrade</application> does not support upgrading of databases
|
||||
containing these <type>reg*</type> OID-referencing system data types:
|
||||
containing table columns using these <type>reg*</type> OID-referencing system data types:
|
||||
<type>regproc</type>, <type>regprocedure</type>, <type>regoper</type>,
|
||||
<type>regoperator</type>, <type>regconfig</type>, and
|
||||
<type>regdictionary</type>. (<type>regtype</type> can be upgraded.)
|
||||
|
Loading…
Reference in New Issue
Block a user