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

From Pavel Stehule
Subject Re: WIP: default values for function parameters
Date
Msg-id 162867790812150154m1317f1efnb95f1fd5d7436de8@mail.gmail.com
Whole thread Raw
In response to Re: WIP: default values for function parameters  (Zeugswetter Andreas OSB sIT <Andreas.Zeugswetter@s-itsolutions.at>)
List pgsql-hackers
2008/12/15 Zeugswetter Andreas OSB sIT <Andreas.Zeugswetter@s-itsolutions.at>:
>
>> it's look well, but I still prefer some combination with =
>>
>> name: = ''
>> name: => '''
>> :name = ''
>> $name => ..
>> $name = ..
>
> I wonder about name := ''.
>
> := is used in Pascal/Ada to assign a value. Or would that again be an allowed operator in pg ?
>

I like it too, but there is problem with possible collision with
custom operator

Pavel

> Andreas


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Sync Rep: First Thoughts on Code
Next
From: Peter Eisentraut
Date:
Subject: Re: WIP: default values for function parameters