Re: How to Port Oracle's user defined "Package" into Postgres 8.0.1.

From: CoL <col(at)mportal(dot)hu>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to Port Oracle's user defined "Package" into Postgres 8.0.1.
Date: 2005-04-15 21:58:58
Message-ID: d3pd61$12ta$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi,
Dinesh Pandey wrote, On 4/11/2005 15:39:
>
>
> Hi folks,
>
> Can any one give me an idea about:
>
> How to Port Oracle's user defined "Package" into Postgres 8.0.1.

there is no Package in postgresql. You have to rewrite the logic,
extract the functions from Package and recreate them for postgres. But
you can't port 1:1 oracle packages to pg.

C.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message A. Kulikov 2005-04-16 12:31:43 Nested Sets
Previous Message Andreas Joseph Krogh 2005-04-15 17:05:05 Re: row-attribute in EXPLAIN-output doesn't match count(*)