Collate is not supported for 7.4

Поиск
Список
Период
Сортировка
От Zengfa Gao
Тема Collate is not supported for 7.4
Дата
Msg-id 20040114161044.5035.qmail@web41003.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Collate is not supported for 7.4  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Hi, all:

I have a schema definition, worked fine for PostgreSQL
7.2 and 7.3. But I saw errors when I use it on
PostgreSQL 7.4.

Can anyone tell me what's changed in 7.4?

Thanks a lot!

Zengfa

CREATE TABLE deviceObjValues ( deviceKey int NOT NULL
, createdBy varchar (128) COLLATE
SQL_Latin1_General_CP1_CI_AS , createdTime bigint NULL
, modifiedBy varchar (128) COLLATE
SQL_Latin1_General_CP1_CI_AS , modifiedTime bigint
NULL, CONSTRAINT PK_deviceObjValues PRIMARY KEY (
deviceKey ) ) ;

====

java.sql.SQLException: ERROR:  syntax error at or near
"COLLATE" at character 83





__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

В списке pgsql-general по дате отправления:

Предыдущее
От: "Keith C. Perry"
Дата:
Сообщение: Re: Best practice? Web application: single PostgreSQL
Следующее
От: Martin Marques
Дата:
Сообщение: Re: Best practice? Web application: single PostgreSQL