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

From Tom Lane
Subject Re: Removing useless \. at the end of copy in pgbench
Date
Msg-id 19242.1535558385@sss.pgh.pa.us
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
Fabien COELHO <coelho@cri.ensmp.fr> writes:
>> 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.

> The "may" is because I could *not* test:

Works for me with 8.2.  Earlier branches fail immediately:

dropping old tables...
ERROR:  syntax error at or near "exists"
LINE 1: drop table if exists pgbench_accounts, pgbench_branches, pgb...
                      ^

We could probably fix that if anyone cared, but I doubt anyone does.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Sergei Kornilov
Date:
Subject: Re: Continue work on changes to recovery.conf API
Next
From: Tom Lane
Date:
Subject: Re: some pg_dump query code simplification