TYPE TABLE OF NUMBER - Mailing list pgsql-general

From utsav
Subject TYPE TABLE OF NUMBER
Date
Msg-id 1338565683978-5710983.post@n5.nabble.com
Whole thread Raw
Responses Re: TYPE TABLE OF NUMBER
List pgsql-general
we are doing mgration activity form oracle to postgresql 9.1

How to convert this type :

ORACLE :

 CREATE OR REPLACE TYPE "NUMBER_ARRAY" IS TABLE OF NUMBER

please let me know how we can achive this in postgresql


My understanding

POSTGRESQL :

CREATE TYPE "NUMBER_ARRAY" AS (arr int);

Appreciate any help !

--
View this message in context: http://postgresql.1045698.n5.nabble.com/TYPE-TABLE-OF-NUMBER-tp5710983.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: evaluating subselect for each row
Next
From: Ben Chobot
Date:
Subject: Re: evaluating subselect for each row