pgsql: Doc: clarify the default collation behavior of domains.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify the default collation behavior of domains.
Date: 2022-06-14 21:47:29
Message-ID: E1o1ENl-0004lC-AQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clarify the default collation behavior of domains.

The previous wording was "the underlying data type's default collation
is used", which is wrong or at least misleading. The domain inherits
the base type's collation behavior, which if "default" actually can
mean that we use some non-default collation obtained from elsewhere.

Per complaint from Jian He.

Discussion: https://postgr.es/m/CACJufxHMR8_4WooDPjjvEdaxB2hQ5a49qthci8fpKP0MKemVRQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d26ac35d0d7cb42a0453e69e0e9ce6d163b55927

Modified Files
--------------
doc/src/sgml/ref/create_domain.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-06-14 22:17:13 pgsql: Avoid ecpglib core dump with out-of-order operations.
Previous Message noreply 2022-06-14 21:10:33 pgsql: Tag refs/tags/REL_14_4 was created