Re: Date Time Functions - ANSI SQL ?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Gonzo Rock <GonzoRock(at)Excite(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Date Time Functions - ANSI SQL ?
Date: 2001-08-05 21:41:18
Message-ID: Pine.LNX.4.30.0108052336230.11071-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-05 21:47:29 Re: Fuzzy matching?
Previous Message Dmitry G. Mastrukov Дмитрий Геннадьевич Мастрюков 2001-08-05 21:28:02 Re: Creating foreign key constraint to child table?