Re: postgreSQL 8beta

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: postgreSQL 8beta
Дата
Msg-id 20041113234832.F568@hermes.hilbert.loc
обсуждение исходный текст
Ответ на postgreSQL 8beta  (beyaNet <andrew@jibeya.com>)
Список pgsql-sql
> does postgresql have a datatype 'other' which in hsqldb is an Object? I 
> am trying to convert the table below into postgreSQL 8: 
> 
>  create table TIMERS (  
>  TIMERID varchar(50) not null,  
>  TARGETID varchar(50) not null,  
>  INITIALDATE timestamp not null,  
>  INTERVAL bigint,  
>  INSTANCEPK other,  
>  INFO other,  
>  constraint timers_pk primary key (TIMERID)  

For INFO use either TEXT or BYTEA depending on what you want to
store. Regarding INSTANCEPK you should think again whether
OTHER is an appropriate datatype in the first place.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: select using regexp does not use indexscan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: select using regexp does not use indexscan