Bug 378 - postgresql function name wrong in setup.php
: postgresql function name wrong in setup.php
Status: RESOLVED FIXED
: Achievo
Setup
: 1.1.RC2
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-10-28 14:51 by
Modified: 2004-11-13 11:59 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-10-28 14:51:08
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.
------- Comment #1 From 2004-10-28 15:43:04 -------
hmm, I thought I fixed this already. Did you see this in the nightly build?
------- Comment #2 From 2004-10-28 15:52:49 -------
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
------- Comment #3 From 2004-11-13 11:59:51 -------
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)