Re: LinuxTag wrapup - Mailing list pgsql-hackers

From Justin Clift
Subject Re: LinuxTag wrapup
Date
Msg-id 40E8BD00.1000704@telstra.net
Whole thread Raw
In response to Re: LinuxTag wrapup  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: LinuxTag wrapup  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: LinuxTag wrapup  (Mario Weilguni <mweilguni@sime.com>)
List pgsql-hackers
Andreas Pflug wrote:
<snip>
> That's true, it's the question how much can be offered without too much 
> effort.
> I'm not too deep in oracle stuff, what comes to my mind is
> - outer join syntax (parser thing)
> - sequences usage (parser too)
> - maybe stored procedure call, with a wrapper to convert output 
> parameters to a composite return value.

There's also their "FROM DUAL" workaround (in common usage) as well.

i.e. SELECT NEXTVAL.foo FROM DUAL;

Because their SQL queries always seem to need a target object to select 
from.  i.e. "SELECT NEXTVAL.foo" isn't valid for Oracle 8/9.

Regards and best wishes,

Justin Clift


> There's certainly no point supporting any weird ddl command, so there's 
> still porting work to be done when migrating.
> 
> Regards,
> Andreas



pgsql-hackers by date:

Previous
From: elein
Date:
Subject: Bug in PL/Perl CVS head w/spi patch
Next
From: elein
Date:
Subject: plperl, cvs head w/spi patch, return rows on update returns nothing (resend)