mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 09:08:23 -05:00
pg_hba.conf mention fix.
This commit is contained in:
parent
2d606da3ce
commit
77ac0a8ca6
2 changed files with 2 additions and 1 deletions
1
doc/TODO
1
doc/TODO
|
|
@ -264,6 +264,7 @@ SOURCE CODE
|
|||
* Remove SET KSQO option now that OR processing is improved(Tom)
|
||||
* -Use macros to define NT open() file parameters, remove NT-specific defines
|
||||
* -Change CURRENT to OLD internally for rules (Bruce)
|
||||
* replace the use of fprint(stderr, ...) with elog() in backend code
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ Start-up is divided into an authentication phase and a backend start-up phase.
|
|||
|
||||
<Para>
|
||||
Initially, the frontend sends a StartupPacket. The postmaster uses this info
|
||||
and the contents of the pg_hba.conf(5) file to determine what authentication
|
||||
and the contents of the pg_hba.conf file to determine what authentication
|
||||
method the frontend must use. The postmaster then responds with one of the
|
||||
following messages:
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue