Remove from TODO ability to edit pg_hba.conf, but add GRANT connection
authorBruce Momjian
Fri, 21 Apr 2006 20:46:22 +0000 (20:46 +0000)
committerBruce Momjian
Fri, 21 Apr 2006 20:46:22 +0000 (20:46 +0000)
permission item:

<  o %Allow pg_hba.conf settings to be controlled via SQL
>  o %Allow per-database permissions to be set via GRANT
<    This would add a function to load the SQL table from
<           pg_hba.conf, and one to writes its contents to the flat file.
<    The table should have a line number that is a float so rows
<    can be inserted between existing rows, e.g. row 2.5 goes
<    between row 2 and row 3.
>    Allow database connection checks based on GRANT rules in
>    addition to the existing access checks in pg_hba.conf.

doc/TODO
doc/src/FAQ/TODO.html

index 224f0d3530f2a19dc95ab0ba734b0f3ace8716a6..b01fc42467e976b156ced9a32228004b4888efd2 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Apr 19 18:35:36 EDT 2006
+Last updated:      Fri Apr 21 16:45:19 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -79,13 +79,10 @@ Administration
      Currently, if a variable is commented out, it keeps the
      previous uncommented value until a server restarted.
 
-   o %Allow pg_hba.conf settings to be controlled via SQL
+   o %Allow per-database permissions to be set via GRANT
 
-     This would add a function to load the SQL table from
-          pg_hba.conf, and one to writes its contents to the flat file.
-     The table should have a line number that is a float so rows
-     can be inserted between existing rows, e.g. row 2.5 goes
-     between row 2 and row 3.
+     Allow database connection checks based on GRANT rules in
+     addition to the existing access checks in pg_hba.conf.
 
    o Allow pg_hba.conf to specify host names along with IP addresses
 
index 9b0a4b49d61635c2b5745b86fee873f02e31b980..4b635455deb2a97b61eafd6d2271571fce74d0c6 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Apr 19 18:35:36 EDT 2006
+Last updated:           Fri Apr 21 16:45:19 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -75,12 +75,9 @@ first.
 

          Currently, if a variable is commented out, it keeps the

           previous uncommented value until a server restarted.
 

-    
  • %Allow pg_hba.conf settings to be controlled via SQL
  • -

              This would add a function to load the SQL table from

    -          pg_hba.conf, and one to writes its contents to the flat file.
    -          The table should have a line number that is a float so rows
    -          can be inserted between existing rows, e.g. row 2.5 goes
    -          between row 2 and row 3.
    +    
  • %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.
     

         
  • Allow pg_hba.conf to specify host names along with IP addresses
  •  

              Host name lookup could occur when the postmaster reads the