Re: Named arguments in function calls

From: david(at)fetter(dot)org (David Fetter)
To: pgsql-hackers(at)postgresql(dot)org, db(at)zigo(dot)dhs(dot)org (Dennis Bjorklund)
Subject: Re: Named arguments in function calls
Date: 2004-01-25 09:29:15
Message-ID: 200401250929.i0P9TF2Z021153@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In article <Pine(dot)LNX(dot)4(dot)44(dot)0401251005300(dot)30205-100000(at)zigo(dot)dhs(dot)org> you wrote:
> I've been looking (and coded) a little bit on named function calls.
> Calls on the form:
>
> foo (x => 13, y => 42)
>
> Implementing this means that the symbol => no longer can be defined
> by the user as an operator. It's not used as default in pg, but I
> just want to tell you up front in case you don't like that.
>
> It's specified as => in the todo, and it's the symbol used by oracle
> in their pl/sql so I hope it's okay that I steal that symbol?
>

You can't be stealing it if it's in the TODO :)

Oh, and Peter E, please consider putting a sock in the "No!" you
almost always pipe up with. It's getting boring.

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 cell: +1 415 235 3778

America is like a melting pot: The people on the bottom get burned
and the scum floats to the top.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Spraul 2004-01-25 10:30:19 Re: Disaster!
Previous Message Dennis Bjorklund 2004-01-25 09:13:03 Named arguments in function calls