Re: Removing useless \. at the end of copy in pgbench - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Removing useless \. at the end of copy in pgbench
Date
Msg-id e27c7e32-73f8-afb0-9b07-5c7c06e7b48e@2ndquadrant.com
Whole thread Raw
In response to Re: Removing useless \. at the end of copy in pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: Removing useless \. at the end of copy in pgbench
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: some more error location support
Next
From: Peter Eisentraut
Date:
Subject: Re: Continue work on changes to recovery.conf API