"Michael Paesold" <[EMAIL PROTECTED]> writes: > Bruce, others, could this comparision be made case-insensitive at least, so > that it at least finds "PostgreSQL" and does not append postgresql in that > case?
We could certainly add "PostgreSQL" to the set of checked-for strings, but... > That would be the least invasive fix for the Windows case, I guess, where > the default installation directory contains "PostgreSQL". It does? Dave just told us that the standard installer package is built to install into /usr/local/pgsql. So I'm not seeing where the complaint is coming from. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend