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

From Heikki Linnakangas
Subject Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.
Date
Msg-id 48DA9680.9040303@enterprisedb.com
Whole thread Raw
In response to Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.  (Chris Browne <cbbrowne@acm.org>)
List pgsql-hackers
Chris Browne wrote:
> Let me report a problem with this...
> 
> Running pg_dump encounters the following:
> 
> chris@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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches
Next
From: Tom Lane
Date:
Subject: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)