oracle varray functionality?

Поиск
Список
Период
Сортировка
От Postgres User
Тема oracle varray functionality?
Дата
Msg-id courier.40717F0E.0000157F@wolverine.lercnetworks.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Jon Poulton"
Дата:
Сообщение: Question on pgsql trigger
Следующее
От: Bret Hughes
Дата:
Сообщение: group by not returning sorted rows