On 2005-09-08, Tom Lane <[EMAIL PROTECTED]> wrote: > initdb is really the wrong place for this anyway, because in many > situations (RPM installations for instance) initdb is run behind the > scenes with no opportunity for user interaction. We should be doing > our best to remove options from initdb, not add them.
Running initdb behind the scenes is a proven dangerous practice; why encourage it? -- Andrew, Supernews http://www.supernews.com - individual and corporate NNTP services ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match