Re: Writing oracle/postgress generic SQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Writing oracle/postgress generic SQL
Дата
Msg-id 17742.1172242486@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Writing oracle/postgress generic SQL  ("Ben Edwards" <funkytwig@gmail.com>)
Список pgsql-general
"Ben Edwards" <funkytwig@gmail.com> writes:
> Anyone know of any guidelines for writing SQL which works under Oracle
> witch will also work under postgress.

The only thing that means anything is testing on both :-(.  Yeah, there
is a SQL standard, but there is no DBMS anywhere in the world that
implements all and only what is in the spec.  Exhibit A in this regard
is that the standard refuses to specify any user-visible index
manipulation; so the moment you write anything like CREATE INDEX you
are on implementation-dependent ground.

            regards, tom lane

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

Предыдущее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Supported plpgsql BEFORE ... EACH ROW behavior
Следующее
От: "Anton Melser"
Дата:
Сообщение: Re: greedy or not? regexps...