Add URL for:
authorBruce Momjian
Thu, 19 Jun 2008 01:15:48 +0000 (01:15 +0000)
committerBruce Momjian
Thu, 19 Jun 2008 01:15:48 +0000 (01:15 +0000)
        o Allow pg_hba.conf to specify host names along with IP addresses
>    http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php

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

index d102a71c8fd2750d9068b5489c5f94d617451e30..faaafd5c658c4c1448e603c883294182ff32696c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jun 13 12:24:28 EDT 2008
+Last updated:      Wed Jun 18 21:15:40 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -98,6 +98,7 @@ Administration
      check that hostname against the host names in pg_hba.conf.
      We could also then check that the host name maps to the IP
      address.
+     http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
 
    o %Allow postgresql.conf file values to be changed via an SQL
      API, perhaps using SET GLOBAL
index 4d2cd320b46198621a9071babb84a4dddb9d208e..825bb8885058da1284f919c2fb3e9c96ccb4b889 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jun 13 12:24:28 EDT 2008
+Last updated:           Wed Jun 18 21:15:40 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -93,6 +93,7 @@ first.  There is also a developer's wiki at
           check that hostname against the host names in pg_hba.conf.
           We could also then check that the host name maps to the IP
           address.
+          http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
 

     
  • %Allow postgresql.conf file values to be changed via an SQL
  •            API, perhaps using SET GLOBAL