From: | Theodore Petrosky <tedpet5(at)yahoo(dot)com> |
---|---|
To: | beyaNet <andrew(at)jibeya(dot)com>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: postgreSQL 8beta |
Date: | 2004-11-14 13:50:32 |
Message-ID: | 20041114135032.57912.qmail@web41003.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)jibeya(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | carex | 2004-11-15 17:12:30 | Re: select using regexp does not use indexscan |
Previous Message | Jakub Kaniewski | 2004-11-14 13:13:05 | View and subselect related questions |