1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

pg_hba.conf mention fix.

This commit is contained in:
Bruce Momjian
2000-10-11 01:24:01 +00:00
parent 2d606da3ce
commit 77ac0a8ca6
2 changed files with 2 additions and 1 deletions

View File

@@ -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
---------------------------------------------------------------------------