parse errors when connecting to remote host - Mailing list pgsql-general

From Cornelia Boenigk
Subject parse errors when connecting to remote host
Date
Msg-id 006701c32d1f$275f29d0$e8ebfea9@zwerg2000
Whole thread Raw
Responses Re: parse errors when connecting to remote host  (Martijn van Oosterhout <kleptog@svana.org>)
Re: parse errors when connecting to remote host  (Richard Huxton <dev@archonet.com>)
List pgsql-general
Hi everybody

When connecting to a remote host I get some strange parse errors. Here
the output from the console:

$ psql -h hostname -U username
Password:
ERROR:  parser: parse error at or near "."
Welcome to psql 7.3.2, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

postgr=> \d
ERROR:  parser: parse error at or near "."
postgr=> \l
ERROR:  parser: parse error at or near "("

Other backslash-commands like \x \q \? \r are working as expected.

my version: 7.3.2
version on target host: 7.2.0

Can anybody give some hints what's wrong?

Thanks in advance
Conni



pgsql-general by date:

Previous
From: "Henrik Steffen"
Date:
Subject: Re: update phenomenom
Next
From: Ian Barwick
Date:
Subject: Re: update phenomenom