http://qs321.pair.com?node_id=65359


in reply to Re: PGSQL / DBI
in thread PGSQL / DBI

Try getting rid of the trailing semicolon. psql doesn't like it.

I create DBI database handles like so:

my $data_source = "dbi:Pg:dbname=links"; my $dbh = DBI->connect( $data_source, $username, $password );