Converting PL/SQL to PL/PGSQL - Mailing list pgsql-hackers

From Klaus Reger
Subject Converting PL/SQL to PL/PGSQL
Date
Msg-id 200105101333.f4ADXTd16596@pc01.reger-clan.de
Whole thread Raw
Responses Re: Converting PL/SQL to PL/PGSQL  (Roberto Mello <rmello@cc.usu.edu>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Re: date conversion (was Re: Re: v7.1.1 branched and released on Tuesday ...)
Next
From: Bruce Momjian
Date:
Subject: Re: Re: Is `#!/bin/sh' configurable?