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

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #828: psql in 7.3 can't talk to 7.1 backends
Дата
Msg-id 20021201132306.5ECE1475956@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #828: psql in 7.3 can't talk to 7.1 backends  (Philip Warner <pjw@rhyme.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Bug #828: psql in 7.3 can't talk to 7.1 backends