From: Peter Eisentraut Date: Mon, 29 Jan 2018 19:26:17 +0000 (-0500) Subject: doc: Clarify pg_upgrade documentation X-Git-Tag: REL_11_BETA1~860 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e1e599d6663c4a65388b40f84b2ea6b7c6e381b;p=thirdparty%2Fpostgresql.git 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. --- 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 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.)