Re: server & client using different version, OK?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: server & client using different version, OK?
Дата
Msg-id 28881.1070039991@sss.pgh.pa.us
обсуждение исходный текст
Ответ на server & client using different version, OK?  (Palle Girgensohn <girgen@pingpong.net>)
Список pgsql-admin
Palle Girgensohn <girgen@pingpong.net> writes:
> Surely, I can use an postgresql 7.2 client to connect to a 7.3.x or 7.4
> server, right?

It will work unless the client makes now-obsolete assumptions about the
layout of the system catalogs.

As an example, a 7.2 psql will work for issuing regular user queries
against a newer server, but its catalog inquiry stuff (\d and friends)
will work poorly or not at all.

            regards, tom lane

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

Предыдущее
От: "Jorge Mauricio Hernandez T."
Дата:
Сообщение: unsubscribe
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Ah! pgsql query leads to evil