pgbench more operators & functions

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема pgbench more operators & functions
Дата
Msg-id alpine.DEB.2.10.1604030742390.31618@sto
обсуждение исходный текст
Ответы Re: pgbench more operators & functions  (Simon Riggs <simon@2ndQuadrant.com>)
Re: pgbench more operators & functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Hello,

Here is a simple patch which adds a bunch of operators (bitwise: & | ^ ~, 
comparisons: =/== <>/!= < <= > >=, logical: and/&& or/|| xor/^^ not/!) and 
functions (exp ln if) to pgbench. I've tried to be pg's SQL compatible 
where appropriate.

Also attached is a simple test script.

Some kind of continuations in \ commands would be a good thing.

-- 
Fabien.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: More stable query plans via more predictable column statistics
Следующее
От: Alex Shulgin
Дата:
Сообщение: Re: More stable query plans via more predictable column statistics