Re: [HACKERS] Mapping Oracle types to PostgreSQL types

From: George Essig <george_essig(at)yahoo(dot)com>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] Mapping Oracle types to PostgreSQL types
Date: 2003-10-22 18:42:06
Message-ID: 20031022184206.91514.qmail@web80212.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Read this - http://www.compiere.org/technology/independence.html. Compiere is accepting donations
to implement database independence. Part of the plan is to implement some features in java
instead of the database. Supported databases would then need to implement:

* Full support of ANSI SQL 99 (CASE, all JOIN types, ..)
* Inline Views (e.g. SELECT ... FROM (SELECT xx FROM yy) ..)
* Support of Views on Views
* Support of Functions (but not triggers or procedures)

George Essig

Browse pgsql-advocacy by date

  From Date Subject
Next Message Terry Yapt 2003-10-22 20:16:31 Comparison between Databases
Previous Message Joshua D. Drake 2003-10-22 17:22:03 Re: Open Groupware