Re: postgresql 7.1.3
Doug McNaught <doug@wireboard.com>
From: Doug McNaught <doug@wireboard.com>
To: David Fee <dfee@laurcat.com>
Cc: "'Lamar Owen'" <lamar.owen@wgcr.org>, "'pgsql-general@postgresql.org'" <pgsql-general@postgresql.org>
Date: 2002-05-07T14:02:01Z
Lists: pgsql-general
David Fee <dfee@laurcat.com> writes: > Do you know how to get postmaster to start with the " -i " flag? I want to > use pgaccess and when I try to connect to the db, it gives an error message > saving that the postmaster isn't running with the " -i " flag or accepting > connections at port 5432. If I start postmaster with " -i " manually, it > works fine, but I need it to start automatically Edit 'postgresql.conf' and set 'tcpip_socket' to 'true', then restart. -Doug