pgsql: Dump the COLLATABLE attribute in CREATE TYPE

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Dump the COLLATABLE attribute in CREATE TYPE
Date: 2011-03-01 16:46:17
Message-ID: E1PuSiH-0006Tp-Tx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Dump the COLLATABLE attribute in CREATE TYPE

This was previously omitted by accident.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/16143d64513e4dc3c72bad7ae98d3df0b5a23013

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-03-01 17:06:48 pgsql: Fix bugs in Serializable Snapshot Isolation.
Previous Message Tom Lane 2011-03-01 16:37:15 pgsql: Include the target table in EXPLAIN output for ModifyTable nodes