Re: [DOCS] Man pages for 8.0

2004-10-11 Thread Josh Berkus
Peter,

> """
> Sets the default locale for the database cluster. If this
> option is not specified, the locale is inherited from the
> environment that \fBinitdb\fR runs in. Locale
> support is described in [XRef to LOCALE].
> """

I see now why you didn't want me to make runtime.sgml full of XRefs.

-- 
Josh Berkus
Aglio Database Solutions
San Francisco

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [DOCS] Man pages for 8.0

2004-10-11 Thread Peter Eisentraut
Josh Berkus wrote:
> I see now why you didn't want me to make runtime.sgml full of XRefs.

Umm, no, I have no problem with xrefs in runtime.sgml.  The issue here 
is having xrefs from parts that are converted to man pages linking to 
parts that do not become parts of any man pages.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match