Re: [ADMIN] pg_hba.conf reload

2002-01-28 Thread Bruce Momjian
Thomas F. O'Connell wrote: > > In 7.1.X and earlier, pg_hba.conf is reread on every connection request. > > > 7.2.X will requires a sighup to the postmaster to reload pg_hba.conf. > > > why the change? Performance. Faster to cache contents. -- Bruce Momjian| http

Re: [ADMIN] pg_hba.conf reload

2002-01-28 Thread Thomas F. O'Connell
> In 7.1.X and earlier, pg_hba.conf is reread on every connection request. > 7.2.X will requires a sighup to the postmaster to reload pg_hba.conf. why the change? -tfo ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, pleas

Re: [ADMIN] pg_hba.conf reload

2002-01-28 Thread Bruce Momjian
Thomas F. O'Connell wrote: > is there any way in postgres (7.1.3) to get postgres to source the > pg_hba.conf file without restarting the database completely? > > will any new backend use a modified pg_hba.conf if it is modified while > postgres is running? > In 7.1.X and earlier, pg_hba.conf

[ADMIN] pg_hba.conf reload

2002-01-28 Thread Thomas F. O'Connell
is there any way in postgres (7.1.3) to get postgres to source the pg_hba.conf file without restarting the database completely? will any new backend use a modified pg_hba.conf if it is modified while postgres is running? -tfo ---(end of broadcast)-