Perl DBI connection to Postgres - Mailing list pgsql-novice

From SG Edwards
Subject Perl DBI connection to Postgres
Date
Msg-id 1109079587.421b362372ea4@sms.ed.ac.uk
Whole thread Raw
In response to Re: Query combination query.  (Sean Davis <sdavis2@mail.nih.gov>)
Responses Re: Perl DBI connection to Postgres  (Bruno Wolff III <bruno@wolff.to>)
Re: Perl DBI connection to Postgres  (brew@theMode.com)
List pgsql-novice
I'm tyring to use the Perl::DBI module to connect to a postgreSQL database but
it doesn't seem to like it?

What is the connection statement?! Have used:

use DBI;
$dbh=DBI->connect('DBI:Pg:user_name', 'user_name', 'password')

but this returns a message that the connection failed due to a missing "=" after
the user_name?

Any suggestions?

pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Function with record type as argument
Next
From: Stefan.Ardeleanu@siveco.ro
Date:
Subject: execute dynamic strings