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

From Peter Eisentraut
Subject Re: proposal sql: labeled function params
Date
Msg-id 200808151603.12021.peter_e@gmx.net
Whole thread Raw
In response to Re: proposal sql: labeled function params  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: proposal sql: labeled function params  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Re: proposal sql: labeled function params  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Am Friday, 15. August 2008 schrieb Tom Lane:
> Hannu Krosing <hannu@2ndQuadrant.com> writes:
> > How is this supposed to interact with argument names ?
>
> Yeah, the real problem with this proposal is that it conscripts a syntax
> that we'll probably want to use in the future for argument-name-based
> parameter matching.  The proposed behavior is not nearly as useful as
> that would be.

I am not at all convinced about the proposed feature, but is that really a 
syntax we would use for function calls with named parameters?

Random googling shows me that Oracle appears to use a syntax like
   name => value

This is actually a feature that I would like to see implemented soonish, so if 
anyone has input on the possible syntax consequences, please comment.


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: varchar/name casts
Next
From: Peter Eisentraut
Date:
Subject: So what about XSLT?