From 6bb9fc9feef05ea7c4e2ead39096958aba0d89e5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 30 Sep 2006 03:55:32 +0000 Subject: [PATCH] Add: > * Allow more complex user/database default GUC settings > Currently, ALTER USER and ALTER DATABASE support per-user and > 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. > > --- doc/TODO | 9 ++++++++- doc/src/FAQ/TODO.html | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 57233b1a29..0f5dfda214 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Sep 29 22:59:01 EDT 2006 +Last updated: Fri Sep 29 23:55:30 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -63,7 +63,12 @@ Administration partition selection. * Allow auto-selection of partitioned tables for min/max() operations +* Allow more complex user/database default GUC settings + Currently, ALTER USER and ALTER DATABASE support per-user and + 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. * Improve replication solutions @@ -793,6 +798,7 @@ Clients Triggers ======== + * Add deferred trigger queue file Right now all deferred trigger information is stored in backend @@ -872,6 +878,7 @@ Exotic Features http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php + Indexes ======= diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index abe86f5706..f75d1a43e8 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 Sep 29 22:59:01 EDT 2006 +Last updated: Fri Sep 29 23:55:30 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -63,6 +63,12 @@ first. partition selection.

  • Allow auto-selection of partitioned tables for min/max() operations +
  • Allow more complex user/database default GUC settings +

    Currently, ALTER USER and ALTER DATABASE support per-user and + 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. +

  • Improve replication solutions
  • Triggers

    +