Re: proposal sql: labeled function params - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: proposal sql: labeled function params
Date
Msg-id 200808231535.35761.peter_e@gmx.net
Whole thread Raw
In response to Re: proposal sql: labeled function params  (Decibel! <decibel@decibel.org>)
Responses Re: proposal sql: labeled function params  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List pgsql-hackers
On Friday 22 August 2008 07:41:30 Decibel! wrote:
> If we're really worried about it we can have a GUC for a few versions  
> that turns off named parameter assignment. But I don't think we  
> should compromise the design on the theory that some folks might be  
> using that as an operator *and* can't change their application to  
> wrap it's use in ().

Even if that were a reasonable strategy, you can't use GUC parameters to alter
parser behavior.


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: Feeding results back into select
Next
From: Peter Eisentraut
Date:
Subject: Re: CREATE CAST too strict?