From 931bfc96644b8f51a49161f780d43506e55d2b13 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 30 Apr 2006 02:10:41 +0000 Subject: [PATCH] Done: > o -Allow per-database permissions to be set via GRANT --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 56e22ff935..6c8fe32266 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Apr 29 21:45:16 EDT 2006 +Last updated: Sat Apr 29 22:10:37 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -81,7 +81,7 @@ Administration Currently, if a variable is commented out, it keeps the previous uncommented value until a server restarted. - o %Allow per-database permissions to be set via GRANT + o -Allow per-database permissions to be set via GRANT Allow database connection checks based on GRANT rules in addition to the existing access checks in pg_hba.conf. diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 0199e77c93..4456879d43 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Apr 29 21:45:16 EDT 2006 +Last updated: Sat Apr 29 22:10:37 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -77,7 +77,7 @@ first.

Currently, if a variable is commented out, it keeps the previous uncommented value until a server restarted.

-
  • %Allow per-database permissions to be set via GRANT +
  • -Allow per-database permissions to be set via GRANT

    Allow database connection checks based on GRANT rules in addition to the existing access checks in pg_hba.conf.