version mismatch detection doesn't work

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема version mismatch detection doesn't work
Дата
Msg-id 20020928003927.71ed905f.alvherre@atentus.com
обсуждение исходный текст
Ответы Re: version mismatch detection doesn't work  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: version mismatch detection doesn't work  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hackers,

Seems the functionality to detect old versions of the postmaster with
newer psql doesn't work.  Here, server is 7.2.1:

$ psql alvherre
ERROR:  parser: parse error at or near "."
Welcome to psql 7.3b1, 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
 

alvherre=> select version();                          version                           
-------------------------------------------------------------PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC
2.96
(1 row)

alvherre=> 

-- 
Alvaro Herrera (<alvherre[a]atentus.com>)
"Nunca confiaré en un traidor.  Ni siquiera si el traidor lo he creado yo"
(Barón Vladimir Harkonnen)


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Reconstructing FKs in pg_dump
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: version mismatch detection doesn't work