Обсуждение: pgsql: Fix pg_dump to handle collations applied to columns of composite

Поиск
Список
Период
Сортировка

pgsql: Fix pg_dump to handle collations applied to columns of composite

От
Tom Lane
Дата:
Fix pg_dump to handle collations applied to columns of composite types.

CREATE TYPE and ALTER TYPE ADD ATTRIBUTE handle this, so I suppose it's
an intended feature, but pg_dump didn't know about it.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   68 +++++++++++++++++++++++++++++++++++++-------
1 files changed, 57 insertions(+), 11 deletions(-)