diff options
author | Bruce Momjian | 2006-09-30 03:55:32 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-09-30 03:55:32 +0000 |
commit | 6bb9fc9feef05ea7c4e2ead39096958aba0d89e5 (patch) | |
tree | a7e76ff39ed932f7a376d4cae2b98f90472bbf0e /doc/src | |
parent | 7229b8cb8a41e38bfc4efb263904452774ef8290 (diff) |
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.
>
>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index abe86f57069..f75d1a43e8c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Fri Sep 29 22:59:01 EDT 2006 +Last updated: Fri Sep 29 23:55:30 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -63,6 +63,12 @@ first. partition selection. </p> </li><li>Allow auto-selection of partitioned tables for min/max() operations + </li><li>Allow more complex user/database default GUC settings +<p> 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. +</p> </li><li>Improve replication solutions <ul> <li>Load balancing @@ -718,6 +724,7 @@ first. </li></ul> </li></ul> <h1><a name="section_10">Triggers</a></h1> + <ul> <li>Add deferred trigger queue file <p> Right now all deferred trigger information is stored in backend |