Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1e1e599

Browse files
committed
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.
1 parent ab9f2c4 commit 1e1e599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/pgupgrade.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ psql --username=postgres --file=script.sql postgres
682682

683683
<para>
684684
<application>pg_upgrade</application> does not support upgrading of databases
685-
containing these <type>reg*</type> OID-referencing system data types:
685+
containing table columns using these <type>reg*</type> OID-referencing system data types:
686686
<type>regproc</type>, <type>regprocedure</type>, <type>regoper</type>,
687687
<type>regoperator</type>, <type>regconfig</type>, and
688688
<type>regdictionary</type>. (<type>regtype</type> can be upgraded.)

0 commit comments

Comments
 (0)