Doc patch, normalize search_path in index
Karl O. Pinc <kop@meme.com>
From: "Karl O. Pinc" <kop@meme.com>
To: pgsql-hackers@postgresql.org
Date: 2012-09-28T17:40:38Z
Lists: pgsql-hackers
Attachments
- search_path-normalize.patch (text/x-patch) patch
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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Improve search_path mentions in index
- a301eb99c953 9.3.0 cited