OSDN Git Service

Fix pg_dump to handle collations applied to columns of composite types.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Apr 2011 20:55:04 +0000 (16:55 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Apr 2011 20:55:04 +0000 (16:55 -0400)
commitacfa1f45ed3ee2144581954c77769056bd149f5c
tree7e6bfdd25c4ca0f7d6723bc1f126bbd5a4194c3e
parent49a642ab1802ea4cd80f9c184e7699219688197f
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.
src/bin/pg_dump/pg_dump.c