help with select * from functionname() ? - Mailing list pgsql-novice

From glenn
Subject help with select * from functionname() ?
Date
Msg-id 1045802967.23220.21.camel@thor.valhalla
Whole thread Raw
Responses Re: help with select * from functionname() ?
List 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 by date:

Previous
From: glenn
Date:
Subject: problem returning setof records
Next
From: Tom Lane
Date:
Subject: Re: help with select * from functionname() ?