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:19:45
Message-ID: 174.1150399185@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:
> Tom Lane wrote:
>> The odds of that syntax getting accepted may not be exactly zero, but
>> they are certainly vanishingly small. I thought we'd agreed that a
>> usable syntax would be like
>> get_employee_salary(12345 AS emp_id, 2001 AS tax_year)

> TODO updated, but I thought "=>" was the Oracle syntax.

So? We don't support Oracle's brain-dead outer join syntax either.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-15 19:21:18 Re: pgsql: Clarify dynamic pl/pgsql item and add URLs.
Previous Message Tom Lane 2006-06-15 19:18:05 Re: Remove the limit on the number of entries allowed in catcaches,