Re: [SQL] postgreSQL 8beta

2004-11-14 Thread Theodore Petrosky
Are you asking for a column of type 'unknown'? I don't understand what this column would be able to do. Ted --- beyaNet <[EMAIL PROTECTED]> 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: > >

Re: [SQL] postgreSQL 8beta

2004-11-13 Thread Karsten Hilbert
> 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, > IN

[SQL] postgreSQL 8beta

2004-11-13 Thread beyaNet
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 oth