Bug #828: psql in 7.3 can't talk to 7.1 backends - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #828: psql in 7.3 can't talk to 7.1 backends
Date
Msg-id 20021201132306.5ECE1475956@postgresql.org
Whole thread Raw
Responses Re: Bug #828: psql in 7.3 can't talk to 7.1 backends
List pgsql-bugs
Philip Warner (pjw@rhyme.com.au) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
psql in 7.3 can't talk to 7.1 backends

Long Description
acheron:/home/pjw/work/postgresql-7.3/src/bin/pg_dump # /var/lib/pgsql-7.3/bin/psql -p 5432 pjw
ERROR:  parser: parse error at or near "."
Welcome to psql 7.3, 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

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

Maybe this is a locale thing; but ISTM it should issue a more meaningful message or refuse to connect.



Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Philip Warner
Date:
Subject: Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db
Next
From: Philip Warner
Date:
Subject: Re: Bug #828: psql in 7.3 can't talk to 7.1 backends