Re: WIP: default values for function parameters - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WIP: default values for function parameters
Date
Msg-id 5010.1229091750@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: default values for function parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> "Rod Taylor" <rod.taylor@gmail.com> writes:
>> How about IS or INTO?

> IS isn't a fully reserved word, and INTO seems pretty weird for this.

> (IS is a type_func_name_keyword, so maybe we could make it work anyway,
> but it sounds a bit fragile.)

Actually, there's an obvious counterexample for IS:
select func(foo IS NULL)

Two possible meanings...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: WIP: default values for function parameters
Next
From: Heikki Linnakangas
Date:
Subject: Re: WIP: default values for function parameters