Re: [GENERAL] Difficulties to do a migration from Oracle8i to PostgreSQL 7.3.3

2003-06-29 Thread Shridhar Daithankar
On Sunday 29 June 2003 15:10, Bruno BAGUETTE wrote: > The database structure, the datas and the sequences where OK without any > problems. He had to do a little work to add all the constraints but he's > stucked on inserting PL/SQL packages... (Because there isn't the > possibility to do PL/PgSQL p

Re: [GENERAL] Difficulties to do a migration from Oracle8i to PostgreSQL 7.3.3

2003-06-29 Thread Michael Meskes
On Sun, Jun 29, 2003 at 11:40:41AM +0200, Bruno BAGUETTE wrote: > stucked on inserting PL/SQL packages... (Because there isn't the > possibility to do PL/PgSQL packages currently). Sorry, I don't really understand this. PL/pgSQL is the PostgreSQL version of PL/SQL. > He explains me that they hav