pgsql: Doc: fix description of UNION/CASE/etc type unification.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix description of UNION/CASE/etc type unification.
Date: 2020-08-17 19:40:32
Message-ID: E1k7kzg-00027j-Hk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix description of UNION/CASE/etc type unification.

The description of what select_common_type() does was not terribly
accurate. Improve it.

David Johnston and Tom Lane

Discussion: https://postgr.es/m/1019930.1597613200@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/22e75a341ecc841bdc1db417d11a643b0a42df4f

Modified Files
--------------
doc/src/sgml/typeconv.sgml | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-08-17 22:47:22 pgsql: Disable autovacuum for BRIN test table
Previous Message Heikki Linnakangas 2020-08-17 14:19:47 pgsql: Fix printing last progress report line in client programs.