Re: Oracle compatibility ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Oracle compatibility ...
Дата
Msg-id 3065.1089436169@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Oracle compatibility ...  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Список pgsql-patches
=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <postgres@cybertec.at> writes:
> [ patch to support MINUS as a synonym for EXCEPT ]

I can't agree with doing this.  MINUS is not a reserved word according
to SQL99, so supporting Oracle's syntax reduces our spec compatibility
by a visible amount.  And for what?  The behavior is *exactly* the same,
and all recent versions of Oracle accept the SQL-standard spelling
EXCEPT.

I counsel telling your customer to fix his application.  A quick
s/MINUS/EXCEPT/g on his part won't cost anything.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: build infrastructure for extensions v3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Digital Mars C++ - Clients