From: Bruce Momjian Date: Sun, 30 Dec 2007 00:42:38 +0000 (+0000) Subject: Add: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0e743a68845fecf8f8c7b1f63107cea3cc4e36d1;p=users%2Fbernd%2Fpostgres.git Add: > > * Allow SSL authentication/encryption over unix domain sockets > > http://archives.postgresql.org/pgsql-hackers/2007-12/msg00924.php --- diff --git a/doc/TODO b/doc/TODO index 1babc4a245..0a9d0a9459 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Dec 21 16:20:21 EST 2007 +Last updated: Sat Dec 29 19:42:32 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -86,6 +86,10 @@ Administration http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php +* Allow SSL authentication/encryption over unix domain sockets + + http://archives.postgresql.org/pgsql-hackers/2007-12/msg00924.php + * Improve replication solutions diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1f509dc739..b43d1b556f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Dec 21 16:20:21 EST 2007 +Last updated: Sat Dec 29 19:42:32 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -83,6 +83,9 @@ first. There is also a developer's wiki at
the privilege granted by the invoking role, and not those granted by other roles

http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php +

+
  • Allow SSL authentication/encryption over unix domain sockets +

    http://archives.postgresql.org/pgsql-hackers/2007-12/msg00924.php

  • Improve replication solutions