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

From Dan Scott
Subject Re: Doc patch, normalize search_path in index
Date
Msg-id CAAY5AM0Fs4K5hRQfCkEH1a84acHQmr6ZRYi67YixvhgLkbPTEQ@mail.gmail.com
Whole thread Raw
In response to Doc patch, normalize search_path in index  ("Karl O. Pinc" <kop@meme.com>)
List pgsql-hackers
On Fri, Sep 28, 2012 at 1:40 PM, Karl O. Pinc <kop@meme.com> wrote:
> 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.

Makes sense to me, although I suspect the conceptual material is
better served by the "search path"-the-concept index entry and the
reference material by the "search_path configuration parameter" entry
(so, from that perspective, perhaps the patch should just be to remove
the "search_path" index entry from the DDL schemas conceptual
section).

> "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.

I think that indexing "search path"-the-concept is useful for
translations, and the Japanese translation includes an index (I
couldn't find the index for the French translation).

-- 
Dan Scott
Laurentian University



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Unportable use of uname in pg_upgrade test script
Next
From: john knightley
Date:
Subject: Re: Extending range of to_tsvector et al