help with select * from functionname() ?

Поиск
Список
Период
Сортировка
От glenn
Тема help with select * from functionname() ?
Дата
Msg-id 1045802967.23220.21.camel@thor.valhalla
обсуждение исходный текст
Ответы Re: help with select * from functionname() ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi All
I'd like to be able to issue the command

select * from functionname();

however it seems that the parser won't accept the () on the function
name. (I'm trying to model this on chapter 9 of the programmers guide).
Is anyone able to suggest to me what i might be doing wrong?
thanks
Glenn


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

Предыдущее
От: glenn
Дата:
Сообщение: problem returning setof records
Следующее
От: Tom Lane
Дата:
Сообщение: Re: help with select * from functionname() ?