Re: help with select * from functionname() ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: glenn <vmstech(at)tpg(dot)com(dot)au>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: help with select * from functionname() ?
Date: 2003-02-21 05:25:02
Message-ID: 12492.1045805102@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

glenn <vmstech(at)tpg(dot)com(dot)au> writes:
> 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?

Uh, using an old Postgres? We support that syntax beginning in 7.3...

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message cristi 2003-02-21 06:04:33 \pset pager
Previous Message glenn 2003-02-21 04:49:28 help with select * from functionname() ?