Re: pgsql: Clarify dynamic pl/pgsql item and add URLs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Clarify dynamic pl/pgsql item and add URLs.
Date: 2006-06-15 19:36:43
Message-ID: 321.1150400203@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> We had reasonable problems with Oracle's outer-join syntax, while I
> don't see the same fundamental issue with => vs AS, and PL/pgSQL is
> patterned on Oracle's PL/SQL.

The fundamental issue is reserving what used to be an available operator
name, in the service of a syntax that's not got anything to recommend
it other than being Oracle-compatible. AS is already a fully reserved
word, so we'd be taking no risk of breaking anyone's app if we use it.

And plpgsql has got nothing to do with this, because we're talking SQL
syntax not plpgsql.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgstudy 2006-06-15 21:51:09 fulldisjunction - fd: Changed the generate alternatives algorithm to use
Previous Message Bruce Momjian 2006-06-15 19:21:18 Re: pgsql: Clarify dynamic pl/pgsql item and add URLs.