Re: postgreSQL 8beta - Mailing list pgsql-sql

From Theodore Petrosky
Subject Re: postgreSQL 8beta
Date
Msg-id 20041114135032.57912.qmail@web41003.mail.yahoo.com
Whole thread Raw
In response to postgreSQL 8beta  (beyaNet <andrew@jibeya.com>)
List 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 by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: UPDATE/INSERT on multiple co-dependent tables
Next
From: "Thomas Berg"
Date:
Subject: Cascade updates wait until the end of the transaction?