Re: Removing useless \. at the end of copy in pgbench

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Removing useless \. at the end of copy in pgbench
Дата
Msg-id e27c7e32-73f8-afb0-9b07-5c7c06e7b48e@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Removing useless \. at the end of copy in pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: Removing useless \. at the end of copy in pgbench
Список pgsql-hackers
On 29/07/2018 01:59, Fabien COELHO wrote:
> """
> Pgbench is expected to work with all PostgreSQL supported versions at 
> the time it is released. Some options may work only with newer servers. It 
> may work with older version down to 8.2.
> """

It is generally expected (nowadays) that client programs work
independent of the server version, unless restrictions are specifically
documented (e.g., pg_dump) or there is some obvious feature dependency
(e.g., unlogged tables).  So the above paragraph does not add any useful
information.  Also, I don't find any reason why 8.2 is the cutoff, and
saying that it may work down to 8.2 (implying that it may not) is
content-free.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: some more error location support
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Continue work on changes to recovery.conf API