Re: Mapping Oracle types to PostgreSQL types - Mailing list pgsql-hackers

From Jean-Michel POURE
Subject Re: Mapping Oracle types to PostgreSQL types
Date
Msg-id 200310171652.20583.jm@poure.com
Whole thread Raw
In response to Re: Mapping Oracle types to PostgreSQL types  ("Matthew T. O'Connor" <matthew@zeut.net>)
List pgsql-hackers
Le Vendredi 17 Octobre 2003 16:32, Matthew T. O'Connor a écrit :
> This would be wonderful.  However, I believe the guys at Compiere tried
> to do this already and gave up on porting it to postgresql due too a
> couple of PostgreSQL limitations.  I don't remember what they are
> exactly, I think it had to do with nested transactions, maybe
> savepoints, not sure exactly.  You should be able to find some mention
> of this on their site.  It sounded to me like they use a lot of Oracle
> features.

There are only a few limitations in PostgreSQL like nested transaction,
updatable cursors and Oracle PL error handling. Can we call these
"limitations"? Most of us can live without them. These "limitations" are only
a small portion of the code (sometimes a few lines like updatable cursors).

Cheers, Jean-Michel



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Some thoughts about i/o priorities and throttling vacuum
Next
From: Shridhar Daithankar
Date:
Subject: Re: Some thoughts about i/o priorities and throttling vacuum