postgreSQL 8beta - Mailing list pgsql-sql

From beyaNet
Subject postgreSQL 8beta
Date
Msg-id 38447DBC-3581-11D9-B19E-0003938366A4@jibeya.com
Whole thread Raw
Responses Re: postgreSQL 8beta  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Re: postgreSQL 8beta  (Theodore Petrosky <tedpet5@yahoo.com>)
List 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

pgsql-sql by date:

Previous
From: Kenneth Gonsalves
Date:
Subject: anounce
Next
From: "Goutam Paruchuri"
Date:
Subject: Re: [GENERAL] how to use COPY within plperl