Doc patch, normalize search_path in index

Поиск
Список
Период
Сортировка
От Karl O. Pinc
Тема Doc patch, normalize search_path in index
Дата
Msg-id 1348854038.13705.10@mofo
обсуждение исходный текст
Ответы Re: Doc patch, normalize search_path in index  (Dan Scott <denials@gmail.com>)
Re: Doc patch, normalize search_path in index  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Hi,

The attached patch (against git head)
normalizes "search_path" as the thing indexed
and uses a secondary index term to distinguish
the configuration parameter from the run-time
setting.

"search path" the concept remains distinguished
in the index from "search_path" the setting/config param.
It's hard to say whether it's useful to make this
distinction.  From a practical perspective it's easy
for the eye to stop scanning when the indent
level changes and so fail to notice that both
"search path" and "search_path" are index
entries.  At least the index is a
lot more tidy than before.

Regards,

Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein


Вложения

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

Предыдущее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Doc patch, index search_path where it's used to secure functions
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: XLogInsert scaling, revisited