| От | Alvaro Herrera from 2ndQuadrant |
|---|---|
| Тема | Re: Proposal: roll pg_stat_statements into core |
| Дата | |
| Msg-id | 20190905160755.GA6413@alvherre.pgsql обсуждение исходный текст |
| Ответ на | Re: Proposal: roll pg_stat_statements into core (Euler Taveira <euler@timbira.com.br>) |
| Список | pgsql-hackers |
On 2019-Sep-02, Euler Taveira wrote: > At least if pg_stat_statements > was in core you could load it by default and have a GUC to turn it > on/off without restarting the server (that was Magnus proposal and > Andres agreed). I support this idea. Actually this is possible without moving to part of core, too -- change things so that putting it in shared_preload_libraries reserves the shmem area but does not enable collection, then have a separate GUC that enables/disables collection. A bit like archive_mode=on, archive_command=/bin/true, which allows to change archive_command without restarting. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера