pgsql: Fix assorted infelicities in collation handling in psql's descri

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix assorted infelicities in collation handling in psql's descri
Дата
Msg-id E1QBa9z-0006TA-35@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix assorted infelicities in collation handling in psql's describe.c.

In \d, be more careful to print collation only if it's not the default for
the column's data type.  Avoid assuming that the name "default" is magic.

Fix \d on a composite type so that it will print per-column collations.
It's no longer the case that a composite type cannot have modifiers.
(In consequence, the expected outputs for composite-type regression tests
change.)

Fix \dD so that it will print collation for a domain, again only if it's
not the same as the base type's collation.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c29abc8b6f5334ac2f7046a33b233776ead12395

Modified Files
--------------
src/bin/psql/describe.c                          |   34 +++++---
src/test/regress/expected/alter_table.out        |   96 +++++++++++-----------
src/test/regress/expected/collate.linux.utf8.out |    6 +-
3 files changed, 71 insertions(+), 65 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Document COLLATE option in CREATE TYPE reference page.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: recoveryStopsHere() must check the resource manager ID.