On Thu, Dec 01, 2005 at 12:08:23PM -0500, Jos wrote:
> I'm quite new to PSQL , trying to list all tables available in a db called
> "cgi" and here's what psql gives me back, using the interactive psql shell:
>
> With \l or \list
> cgi=> \list
> ERROR: parser: parse error at or near "("
Do your client and server versions differ? What does "psql --version"
show from the command line, and what does "SELECT version();" show from
within psql?
--
Michael Fuhr