Or as is commonly found on many UNIX systems, edit the postgresql.conf file:

   #
   #       Connection Parameters
   #
   tcpip_socket = true

Also, if your install of postgres was installed with TLS/SSL support, you can add the following:

   ssl = true

Most distribution support for postgresql starts the server with this file as its base configuration. It's definitely a lot easier to remember than -o -i and keeps you from having to edit executable scripts.

- Miles


Yves Vindevogel wrote:

Start Postgresql with -o -i

On 31 May 2004, at 18:09, Dieter Schicker wrote:

Thanks for your answers.

Did you already try to use TCP/IP sockets instead of UNIX sockets?


How do I do that?

Didi



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to