Re: COLLATE - Mailing list pgsql-novice

From Stephan Szabo
Subject Re: COLLATE
Date
Msg-id 20030814214356.B5124-100000@megazone.bigpanda.com
Whole thread Raw
In response to COLLATE  (Juan Francisco Diaz <jfd@007mundo.com>)
List pgsql-novice
On Thu, 14 Aug 2003, Juan Francisco Diaz wrote:

> hi, I am migratin a database from Ms Sql Server 2000 to PostgreSQL 7.3.
> So long i've been unable to find an equivalent to the COLLATE clause in
> the create table statement available in sql server. How can I define
> the character set to be used in a postgres db, table or column?

You can currently only specify the collation at initdb time and for the
entire cluster which you can do by setting the appropriate environment
variables for the initdb (I usually use something like
LANG="<whatever>" initdb ... )

You might be interested in recent discussions on pgsql-general that relate
to this subject.




pgsql-novice by date:

Previous
From: Cath Lawrence
Date:
Subject: Re: Large object - what's happening?
Next
From: "cristi"
Date:
Subject: currval/sequence