diff options
author | Bruce Momjian | 2003-02-17 20:47:29 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-02-17 20:47:29 +0000 |
commit | cf55ee57588aedaf54b434eada8ef12bdd6835d1 (patch) | |
tree | f0289838c77af3b8fcfc6b8807f400642885637f | |
parent | a8ed5dc069fae4538828f8801fa826a11529ff9e (diff) |
Add:
> * Allow CIDR format to be used in pg_hba.conf
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 17 13:48:20 EST 2003 +Last updated: Mon Feb 17 15:47:22 EST 2003 Current maintainer: Bruce Momjian ([email protected]) @@ -56,6 +56,7 @@ Administration so we can implement roles * Add the concept of dataspaces/tablespaces [tablespaces] * Allow incremental backups +* Allow CIDR format to be used in pg_hba.conf Data Types |