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_4woodpjjvedaxb2hq5a49qthci8fpkp0mkem...@mail.gmail.com Branch ------ REL_11_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a8c63282ddce7ab8826dfb47879c62f010b307d8 Modified Files -------------- doc/src/sgml/ref/create_domain.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)