File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.13 2001/07/11 21:27:07 momjian Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.14 2001/08/01 00:48:52 momjian Exp $ -->
2
2
3
3
<chapter id="client-authentication">
4
4
<title>Client Authentication</title>
@@ -280,9 +280,10 @@ hostssl <replaceable>database</replaceable> <replaceable>IP-address</replaceable
280
280
</para>
281
281
282
282
<para>
283
- The <filename>pg_hba.conf</filename> file is re-read during each
284
- connection attempt. It is therefore trivial to modify access
285
- permissions while the server is running: just edit the file.
283
+ The <filename>pg_hba.conf</filename> file is loaded only on startup
284
+ and when the <application>postmaster</> receives a SIGHUP signal. If
285
+ you edit the file on an active system, you will need to issue a
286
+ SIGHUP to the <application>postmaster</> using <application>kill</>.
286
287
</para>
287
288
288
289
<para>
Original file line number Diff line number Diff line change 8
8
# o how users are authenticated on each host
9
9
# o databases accessible by each host
10
10
#
11
- # It is read by the PostgreSQL postmaster each time a host tries to make a
12
- # connection to a database.
11
+ # It is read on postmaster startup and when the postmaster receives a SIGHUP.
12
+ # If you edit the file on a running system, you have to SIGHUP the postmaster
13
+ # for the changes to take effect.
13
14
#
14
15
# Each line is a new record. Records cannot be continued across multiple
15
16
# lines. Comments begin with # and continue to the end of the line.
You can’t perform that action at this time.
0 commit comments