|
From: Dieter S. <dsi...@sq...> - 2001-09-17 21:22:58
|
The connect string was revised in version 1.6.2 If nothing is entered in the host and port field then the connect string is built without it. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Mon, 17 Sep 2001, Alan Hodgson wrote: > 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. > > |