Re: pg_config : postgresql.conf adjustments?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: pg_config : postgresql.conf adjustments?
Дата
Msg-id 3D973E76.40700@joeconway.com
обсуждение исходный текст
Ответ на Re: pg_config : postgresql.conf adjustments?  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-hackers
Alvaro Herrera wrote:
> Obviously he wants a tool that allows setting parameters from a shell
> script or something for use within pg_autotune.  I don't see why it is
> bad to have a tool to do this; if someone can use it (and modify
> postgresql.conf) obviously he has permission to read (and write)
> postgresql.conf.
> 

But, if that's the case, why not just:

1. send e.g. "set sort_mem=8192" as an SQL statement for runtime changeable   parameters
2. use e.g. "pg_ctl restart -D $PGDATA -o '--shared_buffers=10000'" for those   parameters requiring a restart


Joe





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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [ODBC] [s.hetze@linux-ag.de: PostgreSQL integration Visual Basic, SQLProcedureColumns]
Следующее
От: Justin Clift
Дата:
Сообщение: Re: pg_config : postgresql.conf adjustments?