oracle varray functionality? - Mailing list pgsql-sql

From Postgres User
Subject oracle varray functionality?
Date
Msg-id courier.40717F0E.0000157F@wolverine.lercnetworks.com
Whole thread Raw
List 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


pgsql-sql by date:

Previous
From: "Jon Poulton"
Date:
Subject: Question on pgsql trigger
Next
From: Bret Hughes
Date:
Subject: group by not returning sorted rows