Re: Server locale?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Server locale?
Дата
Msg-id 27575.1034258818@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Server locale?  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
>> Added to TODO:
>>
>> o Allow SHOW of non-modifiable variables, like pg_controldata

> Ok, I'm looking at guc.c right now and is there any reason why you couldn't
> just add a PGC_READONLY that throws an error when you try to change it. If
> this is the case I'd be willing to give it a shot.

I was thinking of adding a GUC_READONLY bit to the config struct's flags
word, instead.  A PGC_ value that doesn't correspond to any possible
SetConfig context seems a little off key, somehow.  But it might be
worth adding a PGC_INITDB value to GucContext also ... otherwise there's
no good value to put in the context field for these variables.

Possibly Peter will have a different thought about how it should be
done.

            regards, tom lane

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

Предыдущее
От: Adam Witney
Дата:
Сообщение: Re: pg_restore error
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [BUGS] user name lost from dictionary