Re: [DOCS] Obsolete references to GBorg in documentation

2007-11-14 Thread Bruce Momjian
Tom Lane wrote: > Now that gborg.postgresql.org is officially dead, seems like it'd be a > good idea to update all the references to it that are in the FAQ. > > There are also some references in older sections of release.sgml, > which I'm of two minds about updating --- those are historically > co

Re: [DOCS] Normalized Ranking example incorrect in text search

2007-11-14 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > http://developer.postgresql.org/pgdocs/postgres/textsearch-controls.html > Ranking Search Results > shows and example which says > "This is the same example using normalized ranking" > and then gives a query which calculates normalization in an incorrect >

Re: [DOCS] Normalized Ranking example incorrect in text search

2007-11-14 Thread Tom Lane
I wrote: > Simon Riggs <[EMAIL PROTECTED]> writes: >> and then gives a query which calculates normalization in an incorrect >> manner, > On what basis do you claim that's an incorrect manner? It's exactly > what is described in the paragraph just before the examples. ... although on reflection,