oracle varray functionality?

From: "Postgres User" <pg-user(at)calico-consulting(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: oracle varray functionality?
Date: 2004-04-05 15:45:18
Message-ID: courier.40717F0E.0000157F@wolverine.lercnetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I've run across a custom type in an oracle database that I am porting to
PostGreSQL:

create or replace type number_varray as varray(1000) of number;

Is the int4array example the same as this?

create type int4array(input=int4array_in,output=int4array_out,
internallength=variable,element=int4);

pgu

Browse pgsql-sql by date

  From Date Subject
Next Message Gavin 2004-04-05 17:01:39 Function To Log Changes
Previous Message Peter Eisentraut 2004-04-03 23:26:25 Re: [SQL] SQL Spec Compliance Questions