Re: pgbench more operators & functions

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench more operators & functions
Дата
Msg-id alpine.DEB.2.20.1607090824050.3412@sto
обсуждение исходный текст
Ответ на pgbench more operators & functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: pgbench more operators & functions  (Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>)
Список pgsql-hackers
> 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.

Here is a sightly updated version.

--
Fabien.
Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [BUGS] BUG #14230: Wrong timeline returned by pg_stop_backup on a standby
Следующее
От: Fabien COELHO
Дата:
Сообщение: pgbench - minor fix for meta command only scripts