]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: clarify the default collation behavior of domains.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Jun 2022 21:47:09 +0000 (17:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Jun 2022 21:47:09 +0000 (17:47 -0400)
commite0047269a8c92e5af30eaa2c587e60ff21ec64fb
tree22ec08a29d5e0a1c804a37a3f8f0b6110c9db427
parentdb713aa7fcbe2ad2a5dae7f76c309f70ec424ad7
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
doc/src/sgml/ref/create_domain.sgml