Fix pg_dump bug in the database-level collation patch. "datcollate" and
authorHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 24 Sep 2008 19:33:15 +0000 (19:33 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 24 Sep 2008 19:33:15 +0000 (19:33 +0000)
commite4dd75a612d04efbdcb53d6d19c16d610a4d718a
tree7e9ca5b97d9da2c67d9e9c10a4f89d235c4750ef
parentce0774448b17e36b28cfd33267781b37ae20d253
Fix pg_dump bug in the database-level collation patch. "datcollate" and
"datctype" columns were misspelled. Per report from Chris Browne.
src/bin/pg_dump/pg_dump.c