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.
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:
regproc, regprocedure, regoper,
regoperator, regconfig, and
regdictionary. (regtype can be upgraded.)