Problems with Postgresql 7.4.1

From: "Mary O'Donovan" <modonovan(at)bluemetrix(dot)com>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Problems with Postgresql 7.4.1
Date: 2004-04-01 07:53:58
Message-ID: 000d01c417be$812dbd20$2800a8c0@bluemetrix.dom
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

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

$ /usr/bin/psql -V

psql (PostgreSQL) 7.4.1

contains support for command-line editing

$ initdb -V

initdb (PostgreSQL) 7.4.1

I can get into psql but any command such as \dt etc also results in
parse error.

Any help would be appreciated,

Rgds,

Mary.

Browse pgsql-cygwin by date

  From Date Subject
Next Message Vinod Kumar Singh 2004-04-01 10:09:19 initdb fails
Previous Message Greg B. Hill 2004-03-31 17:47:19 Re: initdb error