pgsql: Don't show unusable collations in psql's \dO command.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Don't show unusable collations in psql's \dO command.
Дата
Msg-id E1Q8cax-0005Zw-S7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't show unusable collations in psql's \dO command.

"Unusable" collations are those not matching the current database's
encoding.  The former behavior inconsistently showed such collations
some of the time, depending on the details of the pattern argument.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7c76906b7e24d9ea94a2b0e33396ebcac600437d

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |    8 +++++---
src/bin/psql/describe.c        |   14 +++++++++++---
2 files changed, 16 insertions(+), 6 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Latest consolidated typedef list from buildfarm.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Adjust collation determination rules as per discussion.