Function call - Mailing list pgsql-hackers

From Dennis Bjorklund
Subject Function call
Date
Msg-id Pine.LNX.4.44.0401271725130.30205-100000@zigo.dhs.org
Whole thread Raw
Responses Re: Function call  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I've been looking in the sql200x draft and there are no function calls 
with named arguments.

Thinking more about it, I'm not sure if it really is an important addition
at all. I've got a number of requests for the feature. so there are people 
that want it, that much I know.

I don't think it's very hard to add. I've been playing a little with it,
making myself familiar with the code. Before making an implementation I
just want to make sure that we really want an implementation. It's a neat 
feture, but it's not that very important so I wanted to bring it up.

If one combine it with default values on parameters, then it's more useful
since you easier can leave out arguments when you use the "ident => expr"
syntax. Default values is also not in the standard.

-- 
/Dennis Björklund



pgsql-hackers by date:

Previous
From: Dennis Haney
Date:
Subject: Another optimizer question
Next
From: Tom Lane
Date:
Subject: Re: Most urgent