\list

From: Jos <jos(at)martiens(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: \list
Date: 2005-12-01 17:08:23
Message-ID: BFB49837.75F%jos@martiens.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

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 "("

with \d

cgi=> \d some_table
ERROR: parser: parse error at or near "."

Select, update, insert... Those commands seems to do ok, but no \commands
seems to work.

Does someone know what can be wrong with this?

Thanks

J"Poitras

Responses

  • Re: \list at 2005-12-07 03:59:41 from Tom Lane
  • Re: \list at 2005-12-07 04:00:52 from Michael Fuhr

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-12-01 18:04:22 Re: Error
Previous Message Charley Tiggs 2005-12-01 15:50:15 Re: Error