Achievo/ATK - Bugzilla – Bug 378
postgresql function name wrong in setup.php
Last modified: 2004-11-13 11:59:51
You need to log in before you can comment on or make changes to this bug.
line 215 of setup.php reads "pgsql"=>"pf_connect"); this should be "pgsql"=>"pg_connect"); the type makes the script thing postgresql support is no compiled in.
hmm, I thought I fixed this already. Did you see this in the nightly build?
No, I did not look in the nightly build. AND I just realized that I forgot to look in closed bugs. It is early here. Sorry if this is a dupe. -t
Apparently, I fixed this in the Achievo 2.0 branch only. fixed in 1.1RC3 now too (although postgresql support won't be officially supported in 1.1)