doc: Clarify pg_upgrade documentation
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 29 Jan 2018 19:26:17 +0000 (14:26 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 29 Jan 2018 19:26:17 +0000 (14:26 -0500)
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.

doc/src/sgml/ref/pgupgrade.sgml

index 055eac31a01a82cb72033e0b586b62a1d03079a8..aaa4b04a42408672d91de201099da670b699041c 100644 (file)
@@ -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.)