Re: psql, remove include of psqlscan.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql, remove include of psqlscan.c
Дата
Msg-id 1328.1348774620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql, remove include of psqlscan.c  ("Karl O. Pinc" <kop@meme.com>)
Список pgsql-hackers
"Karl O. Pinc" <kop@meme.com> writes:
> On 09/27/2012 11:02:42 AM, Tom Lane wrote:
>> Rather, the problem is that the server might know about some newer
>> lexical feature, and so might the application, but if libpq is behind
>> the times then it's broken. 

> If the application knows about the newer feature and wants
> to use it, is it unreasonable to ask the application
> be linked against a newer libpq?

Well, see the JDBC example: there is no newer driver with the desired
feature for applications to link against.  Even if all client-side code
with such knowledge stays perfectly in sync as far as upstream sources
are concerned, there are any number of reasons why particular
installations might have copies of varying vintages.  It's not really
a situation that I want to get into more than necessary.
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_signal_backend() asymmetry
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Oid registry