| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jos <jos(at)martiens(dot)net> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: \list |
| Date: | 2005-12-07 03:59:41 |
| Message-ID: | 24313.1133927981@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Jos <jos(at)martiens(dot)net> writes:
> 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 "."
I think you are using a psql client that is much newer than the server
you are speaking to. Generally you want to use a psql of the same
version as the server ...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Fuhr | 2005-12-07 04:00:52 | Re: \list |
| Previous Message | Mike Ellsworth | 2005-12-06 22:19:51 | Re: CSV file - Using COPY Command - Double-Quotes |