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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: clarify the default collation behavior of domains.
Дата
Msg-id E1o1ENl-0004lH-DW@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_12_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: noreply@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL_14_4 was created
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid ecpglib core dump with out-of-order operations.