| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | "Mary O'Donovan" <modonovan(at)bluemetrix(dot)com>, <pgsql-ports(at)postgresql(dot)org> |
| Subject: | Re: |
| Date: | 2004-04-06 00:20:17 |
| Message-ID: | 200404060220.17395.peter_e@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
Mary O'Donovan wrote:
> Hello I am running cygwin and Windows XP and get the following error.
>
> $ /usr/bin/psql -x -E -l
>
> ********* QUERY **********
>
> SELECT d.datname as "Name",
>
> u.usename as "Owner",
>
> pg_catalog.pg_encoding_to_char(d.encoding) as "Encoding"
>
> FROM pg_catalog.pg_database d
>
> LEFT JOIN pg_catalog.pg_user u ON d.datdba = u.usesysid
>
> ORDER BY 1;
>
> **************************
>
>
>
> ERROR: parser: parse error at or near "("
Maybe you are connected to an older server.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-04-06 14:32:36 | Re: invalid input syntax for type tid: "(,)" |
| Previous Message | Jose' Cruanyes | 2004-04-05 11:21:05 | Re: invalid input syntax for type tid: '(,)' |