doc: Clarify pg_upgrade documentation
authorPeter Eisentraut
Mon, 29 Jan 2018 19:26:17 +0000 (14:26 -0500)
committerPeter Eisentraut
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
 
   
    pg_upgrade does not support upgrading of databases
-   containing these reg* OID-referencing system data types:
+   containing table columns using these reg* OID-referencing system data types:
    regprocregprocedureregoper,
    regoperatorregconfig, and
    regdictionary.  (regtype can be upgraded.)