Re: SQL99 functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL99 functions
Дата
Msg-id 9470.962115277@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL99 functions  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
>   create table t1 (x int);
>   create function foo (out int) returns int as ...;
>   select foo(x) from t1;

> will give two columns for the result.

You've *got* to be kidding.

To name just one problem with that, where do I put an AS to relabel
the extra column?
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Makefile for parser
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AW: Big 7.1 open items