| От | Tom Lane |
|---|---|
| Тема | Re: WIP: default values for function parameters |
| Дата | |
| Msg-id | 3568.1228929848@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: WIP: default values for function parameters ("Pavel Stehule" <pavel.stehule@gmail.com>) |
| Ответы |
Re: WIP: default values for function parameters
|
| Список | pgsql-hackers |
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> look again
> select c as foo from tab ...
> select fce(c as foo) from tab ...
> when you use AS as param names specification, you change meaning of
> some construct via used context?
Uh, what's your point? AS changes the meaning too. For example in
select foo, bar from (select c as foo, d as bar from ...) ss;
we are using AS to specify the names seen by the outer select.
This seems to me to be quite a close parallel to attaching names
to function parameters.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера