Bug #828: psql in 7.3 can't talk to 7.1 backends

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #828: psql in 7.3 can't talk to 7.1 backends
Date: 2002-12-01 13:23:06
Message-ID: 20021201132306.5ECE1475956@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Philip Warner (pjw(at)rhyme(dot)com(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Philip Warner 2002-12-01 13:30:57 Re: Bug #828: psql in 7.3 can't talk to 7.1 backends
Previous Message Philip Warner 2002-12-01 13:16:31 Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db