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.