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