pgsql: Fix pg_dump bug in the database-level collation patch. - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fix pg_dump bug in the database-level collation patch.
Date
Msg-id 20080924193316.292677545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix pg_dump bug in the database-level collation patch. "datcollate" and
"datctype" columns were misspelled. Per report from Chris Browne.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.501 -> r1.502)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.501&r2=1.502)

pgsql-committers by date:

Previous
From: Chris Browne
Date:
Subject: Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix integral timestamps so the output is consistent in all cases