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?
Juan F Diaz