Re: WIP: Allow SQL-language functions to reference parameters by parameter name

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: Allow SQL-language functions to reference parameters by parameter name
Date: 2011-04-08 20:32:58
Message-ID: 4D9F70FA.1000102@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Now, when this person attempts to recreate this function on a
> hypothetical version of PostgreSQL that thinks "id" is ambiguous, it
> doesn't work.

Hence the GUC. Where's the issue?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-04-08 21:05:10 Re: WIP: Allow SQL-language functions to reference parameters by parameter name
Previous Message Noah Misch 2011-04-08 20:32:54 Re: Typed-tables patch broke pg_upgrade