help with select * from functionname() ?

From: glenn <vmsadsl(at)tpg(dot)com(dot)au>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: help with select * from functionname() ?
Date: 2003-02-21 01:42:47
Message-ID: 1045791766.23212.13.camel@thor.valhalla
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-novice by date

  From Date Subject
Next Message glenn 2003-02-21 04:37:54 problem returning setof records
Previous Message Correia, Carla 2003-02-20 14:26:47 dynamic queiries