Re: Perl/DBI vs Native - Mailing list pgsql-performance

From Greg Sabino Mullane
Subject Re: Perl/DBI vs Native
Date
Msg-id dd0f5dcec7cfaac867cb7ce16c4ee3bf@biglumber.com
Whole thread Raw
In response to Re: Perl/DBI vs Native  (Valentin Bogdanov <valiouk@yahoo.co.uk>)
Responses Re: Perl/DBI vs Native
List pgsql-performance
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


> In case someone is wondering, the way to force DBI to use unix
> sockets is by not specifying a host and port in the connect call.

Actually, the host defaults to the local socket. Using the port
may still be needed: if you leave it out, it simply uses the default
value (5432) if left out. Thus, for most purposes, just leaving
the host out is enough to cause a socket connection on the default
port.

For completeness in the archives, you can also specify the complete
path to the unix socket directory in the host line, for those cases in
which the socket is not where you expect it to be:

$dbh = DBI->connect('dbi:Pg:dbname=test;host=/var/local/sockets',
 $user, $pass, {AutoCommit=>0, RaiseError=>1});

- --
Greg Sabino Mullane greg@turnstep.com
End Point Corporation
PGP Key: 0x14964AC8 200807221248
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAkiGD1UACgkQvJuQZxSWSsjHTQCfYbGnh3dvs9ggZX0FCSwMro81
sJsAoOUcDyu6vQM43EJOGAay/vXyKWES
=hYLf
-----END PGP SIGNATURE-----



pgsql-performance by date:

Previous
From: "samantha mahindrakar"
Date:
Subject: Re: Performance of jobs
Next
From: Greg Smith
Date:
Subject: Re: Performance on Sun Fire X4150 x64 (dd, bonnie++, pgbench)