Porting Oracle Packages

From: "Unnikrishnan Menon" <unnikrishnan(dot)menon(at)chennai(dot)transys(dot)net>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Porting Oracle Packages
Date: 2002-01-08 04:24:49
Message-ID: 005601c197fc$6cee16a0$e90aa8c0@UNNIKRISHNAN
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Brett 2002-01-08 09:33:31 Re: Error trying to create a functional index.
Previous Message Tom Lane 2002-01-08 03:25:19 Re: simple? join