Re: [GENERAL] Changing access permissions without re-starting the database

2004-10-27 Thread Carlos Oliva
Thank you Michael.  This should work

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Glaesemann
Sent: Wednesday, October 27, 2004 9:27 AM
To: Carlos
Cc: '[EMAIL PROTECTED]'
Subject: Re: [GENERAL] Changing access permissions without re-starting the
database


On Oct 27, 2004, at 9:23 PM, Carlos wrote:

> PostgreSQL?  I often want to preclude all IP address but one from 
> accessing the database.  Currently, I change the pg_hba.conf file and 
> re-start the database but I would like to be able to do the same thing 
> without having to re-start.

Try pg_ctl reload instead of pg_ctl restart

Michael Glaesemann
grzm myrealbox com


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [GENERAL] Changing access permissions without re-starting the database

2004-10-27 Thread Michael Glaesemann
On Oct 27, 2004, at 9:23 PM, Carlos wrote:
PostgreSQL?  I often want to preclude all IP address but one from 
accessing the database.  Currently, I change the pg_hba.conf file and 
re-start the database but I would like to be able to do the same thing 
without having to re-start.
Try pg_ctl reload instead of pg_ctl restart
Michael Glaesemann
grzm myrealbox com
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[GENERAL] Changing access permissions without re-starting the database

2004-10-27 Thread Carlos








Hi Forum,

Is there a way to change the database access permissions for
different IP addresses without having to re-start PostgreSQL?  I often
want to preclude all IP address but one from accessing the database. 
Currently, I change the pg_hba.conf file and re-start the database but I would
like to be able to do the same thing without having to re-start.

 

Thanks in advance for your response