Re: 9.7. Table Functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Elisha Allen" <elisha(at)unm(dot)edu>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: 9.7. Table Functions
Date: 2003-09-05 23:32:52
Message-ID: 26807.1062804772@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

"Elisha Allen" <elisha(at)unm(dot)edu> writes:
> Unfortunately, the command:
> SELECT * FROM getfoo(1) AS t1;
> returns a:
> server parse error at or near "("

Works fine here. You sure you are talking to a 7.3 server? 7.2 or
before would reject it just that way.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2003-09-05 23:35:47 Re: minor documentation improvements
Previous Message Tom Lane 2003-09-05 23:29:10 Re: minor documentation improvements