Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 03d442c

Browse files
committed
Add:
> > * Allow custom variable classes that can restrict who can set the values > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php >
1 parent 1a476a6 commit 03d442c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Sat Feb 3 21:31:58 EST 2007
5+
Last updated: Sat Feb 3 23:06:06 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -71,6 +71,11 @@ Administration
7171
defaults so things like search_path can be defaulted for a
7272
specific user connecting to a specific database.
7373

74+
* Allow custom variable classes that can restrict who can set the values
75+
76+
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php
77+
78+
7479
* Improve replication solutions
7580

7681
o Load balancing

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sat Feb 3 21:31:58 EST 2007
11+
Last updated: Sat Feb 3 23:06:06 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -69,6 +69,9 @@ <h1><a name="section_2">Administration</a></h1>
6969
per-database defaults. Consider adding per-user-and-database
7070
defaults so things like search_path can be defaulted for a
7171
specific user connecting to a specific database.
72+
</p>
73+
</li><li>Allow custom variable classes that can restrict who can set the values
74+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php</a>
7275
</p>
7376
</li><li>Improve replication solutions
7477
<ul>

0 commit comments

Comments
 (0)