Re: functional call named notation clashes with SQL feature

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: functional call named notation clashes with SQL feature
Дата
Msg-id m24ohrn7e7.fsf@hi-media.com
обсуждение исходный текст
Ответ на Re: functional call named notation clashes with SQL feature  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: functional call named notation clashes with SQL feature  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> On 28/05/10 19:19, Josh Berkus wrote:
>> EXEC dbo.GetItemPrice @ItemCode = 'GXKP', @PriceLevel = 5
>
> Once you solve the problem of finding the '='s in the source, replacing them
> is exactly the same effort regardless of what you replace them with.

I guess it would be a choice of target between 'GXKP' AS ItemCode, 5 AS PriceLevel
and ItemCode := 'GXKP', PriceLevel := 5

By the way, as it seems we're voting, I much prefer := than either the
AS and => variant, and I'm not keen on seeing us deprecate the operator.

Further, as said Andrew, keeping AS conflicting with the standard with
no hysterical raisin to do so would be a bad move IMHO.

Regards,
-- 
dim


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: How to pass around collation information
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: How to pass around collation information