diff options
author | Peter Eisentraut | 2018-01-29 19:26:17 +0000 |
---|---|---|
committer | Peter Eisentraut | 2018-01-29 19:26:17 +0000 |
commit | 1e1e599d6663c4a65388b40f84b2ea6b7c6e381b (patch) | |
tree | f9c66861250ca742d33a3daaf060fc6619c9a5a1 | |
parent | ab9f2c429d8fbd3580cd2ae5f2054ba6956b1f60 (diff) |
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.
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 055eac31a01..aaa4b04a424 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -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.) |