Re: Oracle -> Postgresql migration - Mailing list pgsql-sql

From Roberto Mello
Subject Re: Oracle -> Postgresql migration
Date
Msg-id 20010328115105.A24219@cc.usu.edu
Whole thread Raw
In response to Oracle -> Postgresql migration  ("Douglas Brunton" <dbrunton@bigfootinteractive.com>)
List pgsql-sql
On Wed, Mar 28, 2001 at 01:24:11PM -0500, Douglas Brunton wrote:
> Hello,
>   I am currently in the process of attempting an Oracle 8i to Postgresql 7.0.3 migration.  The table conversions were
prettystraight forward, and I have all of the tables ported over (with some minor datatype conversions).  The stored
proceduresare a different case altogether.  I am wondering if anyone on the list has pointers/conversion utilities for
undertakingthis task.  Any information is welcome.
 
I wrote a "Porting from Oracle PL/SQL" document that was added to the
PL/pgSQL documentation in 7.1. It has lots of useful info on how to port
to PL/pgSQL.You can find this document under the Programmer's manual on the PG 7.1
documentation (development docs).This week I will change that document to become more generic and add
information on how to change some Oracle'isms (e.g. nvl, decode, etc.) to
PostgreSQL, sticking to the standard where possible.-Roberto
-- 
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club|------+ Roberto Mello - Computer Science, USU -
http://www.brasileiro.net     http://www.sdl.usu.edu - Space Dynamics Lab, Web Developer    
 
Backup not found: (Q)uem mandou usar o Stacker?


pgsql-sql by date:

Previous
From: "Douglas Brunton"
Date:
Subject: Oracle -> Postgresql migration
Next
From: edipoelder@ig.com.br
Date:
Subject: Function with now() | time 'now' | etc...