Re: postgreSQL 8beta

Поиск
Список
Период
Сортировка
От Theodore Petrosky
Тема Re: postgreSQL 8beta
Дата
Msg-id 20041114135032.57912.qmail@web41003.mail.yahoo.com
обсуждение исходный текст
Ответ на postgreSQL 8beta  (beyaNet <andrew@jibeya.com>)
Список pgsql-sql
Are you asking for a column of type  'unknown'? I
don't understand what this column would be able to do.

Ted

--- beyaNet <andrew@jibeya.com> wrote:

> Hi,
> 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)
> 
> 
> regards
> 
> 
> Andrew
> 
> 

    
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 



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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: UPDATE/INSERT on multiple co-dependent tables
Следующее
От: "Thomas Berg"
Дата:
Сообщение: Cascade updates wait until the end of the transaction?