aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-08-01 00:52:27 +0000
committerBruce Momjian <bruce@momjian.us>2005-08-01 00:52:27 +0000
commita85e5d1b1b346e039aef61d23775dd1f2ff547ae (patch)
treea8fd007ee56816bd0c051473741cca49d86e327a /doc/src
parentd42cf5a42a42689f68bc1ee1200aca75f954b1fd (diff)
downloadpostgresql-a85e5d1b1b346e039aef61d23775dd1f2ff547ae.tar.gz
postgresql-a85e5d1b1b346e039aef61d23775dd1f2ff547ae.zip
Add description:
< This would require a new global table that is dumped to flat file for < use by the postmaster. We do a similar thing for pg_shadow currently. > This would add a function to load the SQL table from > pg_hba.conf, and one to writes its contents to the flat file. > The table should have a line number that is a float so rows > can be inserted between existing rows, e.g. row 2.5 goes > between row 2 and row 3.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index c6d3497f3f4..d818a1defd8 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Sun Jul 31 09:54:46 EDT 2005
+Last updated: Sun Jul 31 20:52:25 EDT 2005
</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>.
@@ -65,8 +65,11 @@ first.
</li><li>Allow commenting of variables in postgresql.conf to restore them
to defaults
</li><li>Allow pg_hba.conf settings to be controlled via SQL
-<p> This would require a new global table that is dumped to flat file for
- use by the postmaster. We do a similar thing for pg_shadow currently.
+<p> This would add a function to load the SQL table from
+ pg_hba.conf, and one to writes its contents to the flat file.
+ The table should have a line number that is a float so rows
+ can be inserted between existing rows, e.g. row 2.5 goes
+ between row 2 and row 3.
</p>
</li><li>Allow postgresql.conf file values to be changed via an SQL
API, perhaps using SET GLOBAL