Converting PL/SQL to PL/PGSQL

Started by Klaus Regerover 24 years ago2 messages
#1Klaus Reger
K.Reger@wwwdb.de

Hi all!

I have to convert functions and procedures from Oracle to PostgreSQL. I
looked at all the stuff of the Pg-Homepage and I ask me if there are any
tools, that support the conversion.

Writing PS/PGSQL tools seems to be a bit hard, because of the existing
tool-infrastructure on linux. Are there are tools I have overseen?

I have implemented the following tools for my use yet:

- A WWWdb-Application for editing and testing of SQL-Procedures over a
WEB-frontend
- A perl-script, that does basic conversions between PL/SQL <-> XML <->
PL/PGSQL (The Procedure-definition is converted completely, the code-block
a little bit)

Who else is working in this area? Any tips?

Regards, Klaus

Visit WWWdb at
http://wwwdb.org

#2Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Klaus Reger (#1)
Re: Converting PL/SQL to PL/PGSQL

Hello,

PgAdmin http://www.greatbridge.org/project/pgadmin/projdisplay.php is the
windows administration interface of PostgreSQL.
The new upcoming version features a function, trigger and view IDE. When
functions are modified, it is possible to rebuild dependencies.
It is the perfect tool for writing PL/PgSQL Wait a few days before it is
ready...

Greetings from Jean-Michel POURE, Paris, France

At 12:24 09/05/01 +0200, you wrote:

Show quoted text

Hi all!

I have to convert functions and procedures from Oracle to PostgreSQL. I
looked at all the stuff of the Pg-Homepage and I ask me if there are any
tools, that support the conversion.

Writing PS/PGSQL tools seems to be a bit hard, because of the existing
tool-infrastructure on linux. Are there are tools I have overseen?

I have implemented the following tools for my use yet:

- A WWWdb-Application for editing and testing of SQL-Procedures over a
WEB-frontend
- A perl-script, that does basic conversions between PL/SQL <-> XML <->
PL/PGSQL (The Procedure-definition is converted completely, the code-block
a little bit)

Who else is working in this area? Any tips?

Regards, Klaus

Visit WWWdb at
http://wwwdb.org

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly