Обсуждение: How to Port Oracle's user defined "Package" into Postgres 8.0.1.

Поиск
Список
Период
Сортировка

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

От
"Dinesh Pandey"
Дата:
<p><font face="Verdana" size="2">Hi folks,</font><p><font face="Verdana" size="2">Can any one give me an idea
about:</font><p><fontface="Verdana" size="2">How to Port Oracle's user defined "Package" into Postgres
8.0.1.</font><p><fontface="Verdana" size="2">If possible pls attache sample code.</font><p><font face="Verdana"
size="2">Thanks<br/> Dinesh Pandey</font><font face="Times New Roman"></font> 

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

От
CoL
Дата:
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.