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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Removing useless \. at the end of copy in pgbench
Дата
Msg-id 19242.1535558385@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 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
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 по дате отправления:

Предыдущее
От: Sergei Kornilov
Дата:
Сообщение: Re: Continue work on changes to recovery.conf API
Следующее
От: Tom Lane
Дата:
Сообщение: Re: some pg_dump query code simplification