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