| From: | Klaus Reger <K(dot)Reger(at)gmx(dot)de> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Converting PL/SQL to PL/PGSQL |
| Date: | 2001-05-10 13:33:27 |
| Message-ID: | 200105101333.f4ADXTd16596@pc01.reger-clan.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-05-10 13:39:44 | Re: Re: Is `#!/bin/sh' configurable? |
| Previous Message | Thomas Lockhart | 2001-05-10 13:22:32 | Re: [HACKERS] Re: date conversion (was Re: Re: v7.1.1 branched and released on Tuesday ...) |