Re: Function call

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Function call
Date: 2004-01-27 17:09:04
Message-ID: 200401271809.04665.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dennis Bjorklund wrote:
> 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 like it very much, and I think mostly everyone else does, too. It's
just a question of what syntax to use. Personally, I would be OK with
"=>". The SQL standard already attaches a special meaning to "->"
(object dereference, like in C), so I'd just avoid all "arrows" as
operator names.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ohp 2004-01-27 17:11:20 Re: Most urgent
Previous Message Tom Lane 2004-01-27 17:02:04 Re: Most urgent