postgreSQL 8beta

From: beyaNet <andrew(at)jibeya(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: postgreSQL 8beta
Date: 2004-11-13 14:35:09
Message-ID: 38447DBC-3581-11D9-B19E-0003938366A4@jibeya.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2004-11-13 21:39:27 Re: select using regexp does not use indexscan
Previous Message Kenneth Gonsalves 2004-11-13 06:48:17 anounce