Re: Blog post on EnterpriseDB...maybe off topic
llonergan@greenplum.com
From: "Luke Lonergan" <llonergan@greenplum.com>
To: "Joshua D. Drake" <jd@commandprompt.com>
Cc: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>, "Hackers" <pgsql-hackers@postgresql.org>
Date: 2006-02-18T15:38:59Z
Lists: pgsql-hackers
Josh, On 2/18/06 7:15 AM, "Joshua D. Drake" <jd@commandprompt.com> wrote: > EnterpriseDB is a fork of PostgreSQL that contains a reasonable level of > pl/SQL (Oracle) compatibility. > My understanding (and I could be wrong) is that they support packages, > in, inout paramters etc.. in > the same syntactical way that Oracle does. Thanks! I figure they'll have to do quite a lot to make progress in their chosen market, including: - SQL*Net protocol compatibility - Oracle Number datatype support - ROWID unique row identifier - Oracle Redo/Undo log format parsing and replay - SQL Loader format support - Oracle exp/imp format support The broader Oracle enterprise market is used to a high level of integration of Oracle instances across the enterprise, and their DBAs are highly trained to use these features. - Luke