diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-04 07:03:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-04 07:03:55 +0000 |
commit | 947e9547457d3c7fd009f3514c520dbe64e4b9e3 (patch) | |
tree | 0e06a95e20d3258b792d3cdeaac63580c6d42eaf | |
parent | 45c7c6067a50e5e1d9ad4cd6245209095908b731 (diff) |
Mark as done:
* -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Apr 1 09:11:01 EST 2002 +Last updated: Thu Apr 4 02:02:59 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -43,7 +43,7 @@ PERMISSIONS * Improve control over user privileges, including table creation and lock use [privileges] (Karel, others) -* Allow usernames to be specified directly in pg_hba.conf (Bruce) +* -Allow user/group names to be specified directly in pg_hba.conf (Bruce) * Add PGPASSWORDFILE environment variable or ~/.pgpass to store user/host/password combinations * Remove PGPASSWORD because it is insecure on some OS's |