Re: [DOCS] [GENERAL] how to select temp table

2009-05-07 Thread Magnus Hagander
Alvaro Herrera wrote:
> Tom Lane escribió:
>> Alvaro Herrera  writes:
>>> Hmm, we have another problem then, which is that GUC vars are not
>>> showing in the search results when you search for their names.  For
>>> example if I search for search_path I am suggested 
>>> http://www.postgresql.org/docs/current/static/ddl-schemas.html#DDL-SCHEMAS-PATH
>>> but nothing else.
>>> Oh, I see the problem .. the index entry is "search_path configuration
>>> parameter".  I think it would be better if it were
>>> search_pathconfiguration parameter
>> Seems like what you are describing is a bug in the search engine,
>> not a problem we must address by doubling the vertical space needed for
>> literally hundreds of index entries.
> 
> Yeah, perhaps ...  I think it should suggest all index entries that
> start with the search string, not necessarily equal.
> 
> Magnus? :-)

Uh, I don't think that information is even available at that point. We
index only the output of the web pages, not the SGML source.

//Magnus


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] [GENERAL] how to select temp table

2009-05-07 Thread Alvaro Herrera
Magnus Hagander escribió:
> Alvaro Herrera wrote:

> > Yeah, perhaps ...  I think it should suggest all index entries that
> > start with the search string, not necessarily equal.
> > 
> > Magnus? :-)
> 
> Uh, I don't think that information is even available at that point. We
> index only the output of the web pages, not the SGML source.

AFAIK the search "suggests" stuff from pg_docbot or something similar.
That includes index entries.

-- 
Alvaro Herrerahttp://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] [GENERAL] how to select temp table

2009-05-07 Thread Magnus Hagander
On 7 maj 2009, at 17.17, Alvaro Herrera   
wrote:



Magnus Hagander escribió:

Alvaro Herrera wrote:



Yeah, perhaps ...  I think it should suggest all index entries that
start with the search string, not necessarily equal.

Magnus? :-)


Uh, I don't think that information is even available at that point.  
We

index only the output of the web pages, not the SGML source.


AFAIK the search "suggests" stuff from pg_docbot or something similar.
That includes index entries.



The docbot index is completely manually maintained. It never reads  
anything in our documetation.


/Magnus


--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] [GENERAL] how to select temp table

2009-05-07 Thread Alvaro Herrera
Magnus Hagander escribió:
> On 7 maj 2009, at 17.17, Alvaro Herrera   
> wrote:
>
>> Magnus Hagander escribió:
>>> Alvaro Herrera wrote:
>>
 Yeah, perhaps ...  I think it should suggest all index entries that
 start with the search string, not necessarily equal.
>>>
>>> Uh, I don't think that information is even available at that point.  
>>> We
>>> index only the output of the web pages, not the SGML source.
>>
>> AFAIK the search "suggests" stuff from pg_docbot or something similar.
>> That includes index entries.
>
> The docbot index is completely manually maintained. It never reads  
> anything in our documetation.

So where does the "we suggest this link" data come from?

-- 
Alvaro Herrerahttp://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs