Doc patch, normalize search_path in index - Mailing list pgsql-hackers

From Karl O. Pinc
Subject Doc patch, normalize search_path in index
Date
Msg-id 1348854038.13705.10@mofo
Whole thread Raw
Responses 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>)
List 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


Attachment

pgsql-hackers by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Re: Doc patch, index search_path where it's used to secure functions
Next
From: Fujii Masao
Date:
Subject: Re: XLogInsert scaling, revisited