From 03d442ca600544b6989a4e67eb0521c2a99aa214 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 Feb 2007 04:06:08 +0000 Subject: Add: > > * Allow custom variable classes that can restrict who can set the values > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php > --- doc/src/FAQ/TODO.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index bf97691911a..ba6fb3a8238 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: Sat Feb 3 21:31:58 EST 2007 +Last updated: Sat Feb 3 23:06:06 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -69,6 +69,9 @@ first. There is also a developer's wiki at
per-database defaults. Consider adding per-user-and-database defaults so things like search_path can be defaulted for a specific user connecting to a specific database. +

+
  • Allow custom variable classes that can restrict who can set the values +

    http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php

  • Improve replication solutions