Re: Perl/DBI vs Native

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Perl/DBI vs Native
Дата
Msg-id dd0f5dcec7cfaac867cb7ce16c4ee3bf@biglumber.com
обсуждение исходный текст
Ответ на Re: Perl/DBI vs Native  (Valentin Bogdanov <valiouk@yahoo.co.uk>)
Ответы Re: Perl/DBI vs Native
Список 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 по дате отправления:

Предыдущее
От: "samantha mahindrakar"
Дата:
Сообщение: Re: Performance of jobs
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Performance on Sun Fire X4150 x64 (dd, bonnie++, pgbench)