From: | Christopher Browne <cbbrowne(at)libertyrms(dot)info> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: pg_hba.conf |
Date: | 2003-10-16 14:43:53 |
Message-ID: | 60r81dutsm.fsf@dev6.int.libertyrms.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
ashok(at)kalculate(dot)com (Ashok Chauhan) writes:
>>>If I do any changes in pg_hba.conf file do I need restart pgsql.
>>>The changes I made does not taking effect.
>>>ganesh
>
> Yes, you need to restart pgsql.
> the changes you made it does not effect.
No, you do NOT need to restart the postmaster; that is just one of a
number of methods of making these sorts of changes take effect.
Methods include:
1. Well, yes, restarting the postmaster.
2. The command "pg_ctl reload"
3. The command "kill -HUP [process ID of postmaster]"
2 and 3 do the same thing, despite appearing different...
--
let name="cbbrowne" and tld="libertyrms.info" in String.concat "@" [name;tld];;
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)
From | Date | Subject | |
---|---|---|---|
Next Message | Oli Sennhauser | 2003-10-16 14:51:41 | Second postmaster / second DB cluster |
Previous Message | A.Bhuvaneswaran | 2003-10-16 13:17:31 | Re: pg_dump.. auto backup |