Re: Date Time Functions - ANSI SQL ?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Date Time Functions - ANSI SQL ?
Дата
Msg-id Pine.LNX.4.30.0108052336230.11071-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Date Time Functions - ANSI SQL ?  (Gonzo Rock <GonzoRock@Excite.com>)
Ответы Re: Re: Date Time Functions - ANSI SQL ?
Список pgsql-sql
Gonzo Rock writes:

> I'm trying to find a pgSQL source that documents the Non-Standard
> pgSQL stuff, the stuff that will break when attempting to execute
> against mySQL/Oracle/MSSQLServer etc...

While it would be an appreciated effort to create such a document (and we
already try to document standards-compliance in other places), it would be
of less practical use than it might seem at first.  Most SQL database
packages implement all kinds of functions that are found nowhere near the
SQL standard.  PostgreSQL has copied a number of these and added aliases
and near-aliases in a number of other cases.  We don't all program in ANSI
C or C++ these days either.  What is portable is a bit of a matter of
experience and research, modulo good code organization so you can replace
the unportable parts easily.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: "Dmitry G. Mastrukov" Дмитрий Геннадьевич Мастрюков
Дата:
Сообщение: Re: Creating foreign key constraint to child table?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fuzzy matching?