Re: Make psql version aware; hide tablespace from older versions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Make psql version aware; hide tablespace from older versions
Дата
Msg-id 4254.1091926810@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Make psql version aware; hide tablespace from older versions  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: Make psql version aware; hide tablespace from older versions  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> It's nice, but currently there are a lot of ways in which psql is broken
> regarding older server versions.  We should be caring about all of them
> (ideal), or about none (the current situation).

> There have been proposals in the past about making that happen.  You
> could investigate that (please do -- I'd love to have a cross-version
> psql, in the same way we have a cross-version compatible pg_dump).  The
> way of your patch is certain to lead into a mantainance nightmare :-(

Also, I see no need to write your own code to get the server version.
libpq already does this.  It doesn't currently export an API to find it
out, but I'd rather add that than have psql duplicate the effort.

            regards, tom lane

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Make psql version aware; hide tablespace from older versions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 tablespace