Re: TODO: Allow SQL functions to reference parameters by name

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Jim Nasby <decibel(at)decibel(dot)org>
Cc: PostgreSQL-development Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO: Allow SQL functions to reference parameters by name
Date: 2007-02-18 01:34:44
Message-ID: 200702180134.l1I1YiP05549@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Done.

* Allow SQL-language functions to reference parameters by parameter name

Currently, SQL-language functions can only refer to parameters via $1,
etc

---------------------------------------------------------------------------

Jim Nasby wrote:
> Can someone add this to the TODO?
>

[ Attachment, skipping... ]

>
> --
> Jim Nasby jim(at)nasby(dot)net
> EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-18 01:35:21 Re: [HACKERS] Dead code in _bt_split?
Previous Message Bruce Momjian 2007-02-18 01:30:54 Re: [HACKERS] pgsql: Add lock matrix to documentation.