Porting Oracle Packages - Mailing list pgsql-sql

From Unnikrishnan Menon
Subject Porting Oracle Packages
Date
Msg-id 005601c197fc$6cee16a0$e90aa8c0@UNNIKRISHNAN
Whole thread Raw
Responses Re: Porting Oracle Packages
Re: Porting Oracle Packages
List pgsql-sql
Hi,
 
1.I have a package in Oracle to be ported to PostgreSQL.
   The package consists of three procedures.
    Anybody could give any suggestion on the porting methodology.
 
2. Any idea as to what is the equivalent of the following Oracle code in Postgresql:
 
Type xyz is Table of userid.user_account%type index by binary_integer;
prev_id xyz;
dummy xyz;
 
Thanx in advance,
 
Unnikrishnan
 

pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: simple? join
Next
From: Terrence Brannon
Date:
Subject: Momjian "Support Functions" section: possible typo and question