Re: LinuxTag wrapup

Поиск
Список
Период
Сортировка
От Justin Clift
Тема Re: LinuxTag wrapup
Дата
Msg-id 40E8BD00.1000704@telstra.net
обсуждение исходный текст
Ответ на Re: LinuxTag wrapup  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: LinuxTag wrapup
Re: LinuxTag wrapup
Список 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 по дате отправления:

Предыдущее
От: elein
Дата:
Сообщение: Bug in PL/Perl CVS head w/spi patch
Следующее
От: elein
Дата:
Сообщение: plperl, cvs head w/spi patch, return rows on update returns nothing (resend)