From: | "Marek Mosiewicz" <marekmosiewicz(at)poczta(dot)onet(dot)pl> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Compiere ERP and SQL quirks |
Date: | 2005-01-07 17:00:54 |
Message-ID: | MKEOKKDMKPDNCLDGMHPDEEGKCFAA.marekmosiewicz@poczta.onet.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello
We made Compiere (Open source ERP system) to Firebird (Fyracle)
This is special version of Firebird with added Oracle compatibility (Oracle
PL/SQL).
It made porting much easier, but our experience show that it
would be now also not very difficult with other databases like PostgreSQL.
Compiere contained lot of PL/SQL which size is now largely reduced.
Main problem is some SQL constructions which are not supported.
Particulary something like this is very important:
UPDATE sometable set (col1,col2) = (select col_a,col_b from another_table
where ....)
This construction seems to be quite useful in another cases.
Would be it diffcult and possible to add such syntax to PostgreSQL ?
Marek Mosiewicz
http://www.jotel.com.pl
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-01-07 17:14:08 | Re: Porting/platforms/buildfarm open issues |
Previous Message | Peter Eisentraut | 2005-01-07 16:59:35 | Re: Porting/platforms/buildfarm open issues |