pgsql: doc: Clarify pg_upgrade documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Clarify pg_upgrade documentation
Date: 2018-01-29 19:28:19
Message-ID: E1egF6J-0004td-F4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e1e599d6663c4a65388b40f84b2ea6b7c6e381b

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-01-29 20:07:06 pgsql: Initialize unused ExprEvalStep fields.
Previous Message Andres Freund 2018-01-29 19:26:00 pgsql: Improve bit perturbation in TupleHashTableHash.