[rt-users] Debian setup: postgres problem?
Les Mikesell
les at futuresource.com
Mon Jun 28 23:48:52 EDT 2004
On Mon, 2004-06-28 at 21:53, Jens Porup wrote:
> root at request-tracker:~# psql --version
> psql (PostgreSQL) 7.4.2
> contains support for command-line editing
> root at request-tracker:~#
I don't know about the debian packaging, but postgresql
defaults to using a unix domain socket and you have to
either start postmaster with the -i option or put
tcpip_socket=true in postgresql.conf to make it use
tcp sockets like perl/DBI want.
---
Les Mikesell
les at futuresource.com
More information about the rt-users
mailing list