aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-02-04 04:06:08 +0000
committerBruce Momjian <bruce@momjian.us>2007-02-04 04:06:08 +0000
commit03d442ca600544b6989a4e67eb0521c2a99aa214 (patch)
treee104f724c137ccc5a9d26f3bd7c2bfa28b0400ec
parent1a476a614561e87ec8ebeb90893d2a9c0327f923 (diff)
downloadpostgresql-03d442ca600544b6989a4e67eb0521c2a99aa214.tar.gz
postgresql-03d442ca600544b6989a4e67eb0521c2a99aa214.zip
Add:
> > * Allow custom variable classes that can restrict who can set the values > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php >
-rw-r--r--doc/TODO7
-rw-r--r--doc/src/FAQ/TODO.html5
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 65e89ac8fc4..60a0ef55ff1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,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.
@@ -71,6 +71,11 @@ Administration
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
o Load balancing
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 @@
<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: Sat Feb 3 21:31:58 EST 2007
+Last updated: Sat Feb 3 23:06:06 EST 2007
</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>.
@@ -70,6 +70,9 @@ first. There is also a developer's wiki at<br/>
defaults so things like search_path can be defaulted for a
specific user connecting to a specific database.
</p>
+ </li><li>Allow custom variable classes that can restrict who can set the values
+<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php</a>
+</p>
</li><li>Improve replication solutions
<ul>
<li>Load balancing