Joshua D. Drake wrote: > Hello, > > I was looking at this todo item and I was wondering why we want to do > this? I have had to use -o -P on many occassion and was wondering if > there is something new to replace it in newer PostgreSQL?
Uh, are you confusing it with postgres -O -P? Keep in mind that postgres (the standalone backend) is not the same as postmaster, and that the options are case sensitive :-) -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(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