Re: named parameters in SQL functions

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: named parameters in SQL functions
Дата
Msg-id 4B005CE3.6070900@esilo.com
обсуждение исходный текст
Ответ на Re: named parameters in SQL functions  (Greg Stark <gsstark@mit.edu>)
Ответы Re: named parameters in SQL functions
Список pgsql-hackers
> The point is that $ is a perfectly valid SQL identifier character and
> $foo is a perfectly valid identifier. You can always quote any
> identifier (yes, after case smashing) so you would expect if $foo is a
> valid identifier then "$foo" would refer to the same identifier.
> 

This case already exists via $1 and "$1".  Making '$' a marker for parameters 
wouldn't introduce it.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Summary and Plan for Hot Standby
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: Aggregate ORDER BY patch