Re: pgsql: Clarify dynamic pl/pgsql item and add URLs. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Clarify dynamic pl/pgsql item and add URLs.
Date
Msg-id 29051.1150391271@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Clarify dynamic pl/pgsql item and add URLs.  (momjian@postgresql.org (Bruce Momjian))
Responses Re: pgsql: Clarify dynamic pl/pgsql item and add URLs.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-committers
momjian@postgresql.org (Bruce Momjian) writes:
>> o Allow function parameters to be passed by name,
>> get_employee_salary(emp_id => 12345, tax_year => 2001)

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)

            regards, tom lane

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Clarify dynamic pl/pgsql item and add URLs.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > > o Fix memory leak from exceptions > >