Re: connecting with libpq interface
Vincent Predoehl <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.interfaces |
|---|---|
| Message-ID | <[email protected]> |
I finally got around to working on this. Just wanted to let you guys know that dding the host parameter to the connection string took care of the problem … thanks!! Dealing with the postmaster problem of selecting the correct libpq would probably be better, but would take me more time cause I know little about it. On Jul 11, 2008, at 4:48 PM, Alvaro Herrera wrote: > Tom Lane wrote: > >> Or you could >> tell the postmaster to use /var/run/postgresql --- there's a >> configuration parameter for that somewhere, IIRC. > > In conninfo string, you add "host=/tmp" > > -- > Alvaro Herrera http:// > www.CommandPrompt.com/ > PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Vincent