Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.
Date: 2008-09-24 19:35:28
Message-ID: 48DA9680.9040303@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Chris Browne wrote:
> Let me report a problem with this...
>
> Running pg_dump encounters the following:
>
> chris(at)dba2:Slony-I/CMD/slony1-HEAD/tests> pg_dump -s slonyregress1
> pg_dump: column number -1 is out of range 0..7
> pg_dump: column number -1 is out of range 0..7
> zsh: segmentation fault pg_dump -s slonyregress1

Thanks, fixed. I changed the column names from "collate" and "ctype" to
"datcollate" and "datctype" at the last minute, and clearly didn't test
pg_dump after that.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-09-24 19:46:44 pgsql: Fix integral timestamps so the output is consistent in all cases
Previous Message Heikki Linnakangas 2008-09-24 19:33:16 pgsql: Fix pg_dump bug in the database-level collation patch.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-09-24 19:46:22 Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)
Previous Message Bruce Momjian 2008-09-24 19:29:33 Re: Updates of SE-PostgreSQL 8.4devel patches