Re: [ADMIN] postgres hab modification without restarting

2003-08-28 Thread Hornyak Laszlo
Ok, I know this was an RTFM category question, I just didn`t find the information, but I promiss I will learn more about the proper use of the unix command 'grep', so next time I will find it easily :) I was looking for a `crontab -e`-like editing. It lets edit the file, checks the format, and i

Re: [ADMIN] postgres hab modification without restarting

2003-08-28 Thread Bruce Momjian
Hornyak Laszlo wrote: > > Ok, I know this was an RTFM category question, I just didn`t find the > information, but I promiss I will learn more about the proper use of the > unix command 'grep', so next time I will find it easily :) > > I was looking for a `crontab -e`-like editing. It lets edit

Re: [ADMIN] postgres hab modification without restarting

2003-08-27 Thread Bruce Momjian
Robert Treat wrote: > On Mon, 2003-08-25 at 09:15, Hornyak Laszlo wrote: > > Hi all! > > > > Is it possible to make the postmaster re-read the pg_hba.conf when needed > > without pg_ctl restarting the database? I think I could send a unix signal > > to it, it would simly re-read the file and apply

Re: [ADMIN] postgres hab modification without restarting

2003-08-25 Thread Robert Treat
On Mon, 2003-08-25 at 09:15, Hornyak Laszlo wrote: > Hi all! > > Is it possible to make the postmaster re-read the pg_hba.conf when needed > without pg_ctl restarting the database? I think I could send a unix signal > to it, it would simly re-read the file and apply the information for new > incom

[ADMIN] postgres hab modification without restarting

2003-08-25 Thread Hornyak Laszlo
Hi all! Is it possible to make the postmaster re-read the pg_hba.conf when needed without pg_ctl restarting the database? I think I could send a unix signal to it, it would simly re-read the file and apply the information for new incoming connection requests. I was looking for this info in the doc