Skip to content

Commit 77ac0a8

Browse files
committed
pg_hba.conf mention fix.
1 parent 2d606da commit 77ac0a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ SOURCE CODE
264264
* Remove SET KSQO option now that OR processing is improved(Tom)
265265
* -Use macros to define NT open() file parameters, remove NT-specific defines
266266
* -Change CURRENT to OLD internally for rules (Bruce)
267+
* replace the use of fprint(stderr, ...) with elog() in backend code
267268

268269
---------------------------------------------------------------------------
269270

doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Start-up is divided into an authentication phase and a backend start-up phase.
106106

107107
<Para>
108108
Initially, the frontend sends a StartupPacket. The postmaster uses this info
109-
and the contents of the pg_hba.conf(5) file to determine what authentication
109+
and the contents of the pg_hba.conf file to determine what authentication
110110
method the frontend must use. The postmaster then responds with one of the
111111
following messages:
112112
</para>

0 commit comments

Comments
 (0)