ConFoo Montreal 2026: Call for Papers

Voting

: max(five, eight)?
(Example: nine)

The Note You're Voting On

Dave
12 years ago
If you use pgbouncer and unix socket
and you pgbouncer.ini looks like this
listen_port = 6432
unix_socket_dir = /tmp

you connect like this

pg_connect('host=/tmp port=6432 dbname=DB user=USER password=PASS');

<< Back to user notes page

To Top