|
From: Alan H. <aho...@si...> - 2001-09-17 21:08:20
|
On Mon, Sep 17, 2001 at 12:44:13PM -0700, Don Wellington wrote: > I am running the same software, and it works. I think > you need to change the postgres startup, so that > TCP/IP connections are enabled. I can't remember the > command line switch off the top of my head, but it is > in the postgres documentation. It's -i However, a better method is to remove the host and port information from the DBI connect string. If you do so, DBI will use the UNIX domain socket to connect instead of TCP/IP. -- "Give me your four year-olds and in a generation I will build a socialist state ... destroy the family and the society will collapse." -- Vladimir Lenin |