Group: pgsql.docs


Subject: incorrect HTML.index output
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 10/6/2007 9:04:17 PM
Alvaro Herrera <alvherre@commandprompt.com> writes: > I just noticed that on bookindex.html, we have this entry: > π, Mathematical Functions and Operators > ... > I'm unsure what to do about it. To me, the simplest solution seems to > be to just remove the index entry. Then it wouldn't be indexed at all. I suggest just not trying to be so cute, and change the index entry like this: <indexterm> - <primary>π</primary> + <primary>pi</primary> </indexterm> regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend