Re: \list

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Jos <jos(at)martiens(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: \list
Date: 2005-12-07 04:00:52
Message-ID: 20051207040051.GA61868@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

In response to

  • \list at 2005-12-01 17:08:23 from Jos

Browse pgsql-novice by date

  From Date Subject
Next Message Aarni Ruuhimäki 2005-12-07 07:29:54 Coordinates question
Previous Message Tom Lane 2005-12-07 03:59:41 Re: \list