PostgreSQL problem | topic started 11/30/2004; 2:45:13 PM last post 11/30/2004; 4:32:47 PM |
|
Sam Hathaway - Re: PostgreSQL problem 11/30/2004; 4:32:47 PM (reads: 959, responses: 0) |
It looks like the DBI DSN should be dbi:Pg:dbname=webwork rather than dbi:Pg:webwork . In webwork, this is set in database.conf :
my $sqlSingleDBISource = "dbi:Pg:dbname=webwork"; See also http://search.cpan.org/~rudy/DBD-Pg-1.32/Pg.pm#DBI_Class_Methods Please let us know if you run into further problems. We haven't tested WeBWorK with Postgres, but we're glad to help you get it working if there are problems. We can even give you patches if the source doe needs modifying. |