Re: another idea for changing global configuration settings from SQL
От | Peter Eisentraut |
---|---|
Тема | Re: another idea for changing global configuration settings from SQL |
Дата | |
Msg-id | 50A654D7.3060805@gmx.net обсуждение исходный текст |
Ответ на | another idea for changing global configuration settings from SQL (Peter Eisentraut <peter_e@gmx.net>) |
Ответы |
Re: another idea for changing global configuration settings
from SQL
Re: another idea for changing global configuration settings from SQL |
Список | pgsql-hackers |
On 11/15/12 12:53 PM, Peter Eisentraut wrote: > All you'd need is to add > > ApplySetting(InvalidOid, InvalidOid, relsetting, PGC_S_$SOMETHING); > > in postinit.c, and have some SQL command to modify this setting. Alright, any suggestions for the syntax? We currently have ALTER DATABASE ... SET ... ALTER ROLE ... SET ... ALTER ROLE ... IN DATABASE ... SET I was thinking something like ALTER ROLE ANY SET ... in order to avoid creating a new top-level command, but it's not pretty. Another way might be something like SET GLOBAL name = value but that would make the command very dissimilar from the other ones, even though their effects are closely related.
В списке pgsql-hackers по дате отправления: