Re: name of a column returned from a table function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: name of a column returned from a table function
Дата
Msg-id 28036.1074524874@sss.pgh.pa.us
обсуждение исходный текст
Ответ на name of a column returned from a table function  ("Iain" <iain@mst.co.jp>)
Список pgsql-sql
"Iain" <iain@mst.co.jp> writes:
> I've written a little table function that simply returns all the dates in a
> month. No problems so far. Now I want to outer join this list to another
> table, but I dont know what to call the column returned by the
> function.

Same as the name of the function, unless you supply a column alias to
change it to something else.
        regards, tom lane


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

Предыдущее
От: "Denis"
Дата:
Сообщение: Re: Initially Deffered - FK
Следующее
От: Robert Creager
Дата:
Сообщение: Re: How can I get the last element out of GROUP BY sets?