Re: ANSI Standard

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: ANSI Standard
Дата
Msg-id 396486430806241357l263e03dfn368a4375cd73a15f@mail.gmail.com
обсуждение исходный текст
Ответ на ANSI Standard  ("Pascal Tufenkji" <ptufenkji@usj.edu.lb>)
Список pgsql-sql
On Tue, Jun 24, 2008 at 7:33 AM, Pascal Tufenkji <ptufenkji@usj.edu.lb> wrote:

> How do I know if a function (or a certain sql syntax) in Postgres is a SQL
> ANSI Standard, hence it works on all databases such as MySQL, SQL Server,
> Oracle…


> I noticed that concat, decode, nvl, instr are functions that work for some
> databases and don't for others.
>
> I only want to use ANSI Standard functions that work everywhere.

Well the problem is that most database do not support that same full
set of ANSI features.  So if you design your schema with a wide range
of ansi features, certain ddl will probably not commit or at least
will be ignored on most databases.  We database brand has incorporated
a different set of features.

> How do I identify them?

This should get you started :
http://www.postgresql.org/docs/8.3/interactive/features.html

--
Regards,
Richard Broersma Jr.

Visit the Los Angles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug


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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Sequential event query
Следующее
От: Allan Kamau
Дата:
Сообщение: Re: Sequential event query