pginstaller - pginst: Add checkbox to enable non-localhost connections

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Add checkbox to enable non-localhost connections
Date: 2004-10-13 19:44:06
Message-ID: 20041013194406.70F6EAAD9C2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add checkbox to enable non-localhost connections by default (changes listen_addresses from default ('localhost') to '*')

Modified Files:
--------------
pginst/ca:
pginstca.c (r1.58 -> r1.59)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.58&r2=1.59)
pginst/wxs:
dialogs.wxs (r1.33 -> r1.34)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.33&r2=1.34)
pginst.wxs (r1.75 -> r1.76)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.75&r2=1.76)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-10-13 21:56:07 pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug
Previous Message User Mha 2004-10-13 19:21:45 pginstaller - pginst: Move check of privileges to before password check.