Re: SQL-Invoked Procedures for 8.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL-Invoked Procedures for 8.1
Дата
Msg-id 7974.1097212798@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL-Invoked Procedures for 8.1  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
[ further response ... ]

Josh Berkus <josh@agliodbs.com> writes:
> Example:
> SELECT user, session, 
>     crypt_function ( seed AS 345, content AS pwd_col ) AS munged_pwd
> FROM users;

I failed to look closely at your example before.  Apparently you are
thinking of the syntax as being <parameter name> AS <expression>.
I was thinking of <expression> AS <parameter name>, which seems to
me more parallel with the SELECT-list syntax for labeling columns.
I am not sure offhand if one is harder than the other to implement.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL-Invoked Procedures for 8.1
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: SQL-Invoked Procedures for 8.1