Re: Proposal for Allow postgresql.conf values to be changed via SQL

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Proposal for Allow postgresql.conf values to be changed via SQL
Дата
Msg-id 5091572C.3040207@agliodbs.com
обсуждение исходный текст
Ответ на Re: Proposal for Allow postgresql.conf values to be changed via SQL  (Amit Kapila <amit.kapila@huawei.com>)
Ответы Re: Proposal for Allow postgresql.conf values to be changed via SQL
Список pgsql-hackers
Amit,

I think you can simplify this task by forgetting about parsing the .auto
file entirely when writing it.  That is, the .auto file should be
regenerated, and should write out whatever has been set in pg_settings,
regardless of what was in the file beforehand.  I don't see the value in
parsing the file before writing it out.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: NOWAIT doesn't work
Следующее
От: Palle Girgensohn
Дата:
Сообщение: alter table tablename add column - breaks pl/pgsql function returns tablename