Re: Problem with recent PostgreSQL relatedpressrelease

Поиск
Список
Период
Сортировка
От Bernd Helmle
Тема Re: Problem with recent PostgreSQL relatedpressrelease
Дата
Msg-id 91F37F7890230483BA6BBE75@imhotep.credativ.de
обсуждение исходный текст
Ответ на Re: Problem with recent PostgreSQL relatedpressrelease  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-advocacy
--On Montag, Juli 16, 2007 08:22:43 -0400 "Jonah H. Harris"
<jonah.harris@gmail.com> wrote:

> On 7/16/07, Peter Eisentraut <peter_e@gmx.net> wrote:
>> How are necessarily incompatible features such as the empty string vs.
>> null handled?
>
> In some of the Oracle-specific compatibility functions, we work around
> stuff like NULL-concatenation.  But PostgreSQL's method is maintained
> and the default.

But the real interesting parts are NULL-handling emulation which affects
unique index behavior (yes i know this is bad style, but i saw it quite
often) and/or NULL comparisons. What about OUTER JOIN syntax, PL/SQL? I
mean, that's what i'd expect from an oracle compatible database layer and i
was always under the impression that's what EDB wants to deliver.

(Don't get me wrong, i don't want to be rude, it's just out of curiousity)

--
  Bernd

В списке pgsql-advocacy по дате отправления:

Предыдущее
От: Federico
Дата:
Сообщение: Re: Thank you for PGDay
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Problem with recent PostgreSQL relatedpressrelease