Re: SQL feature requests

From: "Chuck McDevitt" <cmcdevitt(at)greenplum(dot)com>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Gregory Stark" <stark(at)enterprisedb(dot)com>, "Michael Glaesemann" <grzm(at)seespotcode(dot)net>, "Ben Tilly" <btilly(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SQL feature requests
Date: 2007-08-23 18:06:16
Message-ID: EB48EBF3B239E948AC1E3F3780CF8F880277B29B@MI8NYCMAIL02.Mi8.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: Andrew Dunstan [mailto:andrew(at)dunslane(dot)net]
> Sent: Thursday, August 23, 2007 10:26 AM
> To: Chuck McDevitt
> Cc: Tom Lane; Gregory Stark; Michael Glaesemann; Ben Tilly; pgsql-
> hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] SQL feature requests
>
>
>
> Chuck McDevitt wrote:
> > Sometimes supporting "de-facto" standards as well as official
> standards
> > makes sense.
> >
> >
> >
>
> On that basis we would support huge pieces of stuff that emulates
MySQL
> too. Or perhaps you'd like us to follow Oracle's treatment of NULL.
Who
> gets to choose what is the de facto standard we follow?
>
> cheers
>
> Andrew

You must be joking... PostgreSQL already has a huge amount of
"non-standard" syntax and semantics (perhaps "extensions" is a better
word?).
Everything from non-standard cast operator, non-standard substr,
non-standard trim, non standard group by semantics (allowing simple ints
to mean column number)... Given a day, we could probably write down
several pages of "non-standard" features of PGSQL.

Who decides what de facto standards to support, and which not? The
PostgreSQL community of course.

In general, we wouldn't want to support any de facto standard that:

1. Is supported only by one vendor
2. Causes any standard SQL statement to fail, or return a different
answer from the standard.

The proposed change doesn't fail either of these.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2007-08-23 18:06:55 Re: SQL feature requests
Previous Message Florian G. Pflug 2007-08-23 18:03:51 Re: SQL feature requests