tcpip_socket vs -i

From: "Robert Treat" <robertt(at)auctionsolutions(dot)com>
To: "Pgsql-General(at)Postgresql(dot) Org" <pgsql-general(at)postgresql(dot)org>
Subject: tcpip_socket vs -i
Date: 2002-02-24 21:28:56
Message-ID: AMENJOLMNKAEOIGHHILBAEBBCIAA.robertt@auctionsolutions.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm trying to find out the true behavior of postgres in regards to accepting
tcpip socket connections. According to the documentation, I should be able
to start postmaster with just "pg_ctl start" then specify tcpip_socket = on
(or possibly tcpip_socket = true, I tried both) in postgresql.conf and have
tcp_ip socket connections working, however after a multitude of different
attempts I found no way to get tcpip sockets to work unless I started the
postmaster with -i. I understand that the command line options would
override the conf file in cases of conflict, but does the mere omission
of -i override any attempts to use sockets otherwise? I would hope that not
specifying -i would allow me to turn socket connections on and off via the
conf file, without a restart of the database, but what is happening in
practice seems to be going against what is in the docs. Anyone know for
sure?

Robert Treat
Auction Management Solutions, Inc.
Tampa, FL

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob T 2002-02-24 21:31:42 template Database
Previous Message Devrim GUNDUZ 2002-02-24 19:59:33 About functions