Skip to content

Commit b51f824

Browse files
committed
Add:
> * Allow postgresql.conf values to be set so they can not be changed by > the user
1 parent d3b6227 commit b51f824

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 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 (pgman@candle.pha.pa.us)
5-
Last updated: Mon May 9 22:16:11 EDT 2005
5+
Last updated: Mon May 9 23:20:48 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -144,6 +144,8 @@ Administration
144144
* Support table partitioning that allows a single table to be stored
145145
in subtables that are partitioned based on the primary key or a WHERE
146146
clause
147+
* Allow postgresql.conf values to be set so they can not be changed by
148+
the user
147149

148150

149151
Data Types

doc/src/FAQ/TODO.html

Lines changed: 3 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon May 9 22:16:11 EDT 2005
11+
Last updated: Mon May 9 23:20:48 EDT 2005
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>.
@@ -135,6 +135,8 @@ <h1><a name="section_2">Administration</a></h1>
135135
</li><li>Support table partitioning that allows a single table to be stored
136136
in subtables that are partitioned based on the primary key or a WHERE
137137
clause
138+
</li><li>Allow postgresql.conf values to be set so they can not be changed by
139+
the user
138140
</li></ul>
139141
<h1><a name="section_3">Data Types</a></h1>
140142

0 commit comments

Comments
 (0)