diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-23 03:06:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-23 03:06:03 +0000 |
commit | e6bae1c3d3007a6b468bed344f781a1455054735 (patch) | |
tree | bf062c610b5930780beef18d20dc3621beeeb9a8 /doc/src | |
parent | 6e85717a77f2b9eedbac8433bab4f80945ffc131 (diff) | |
download | postgresql-e6bae1c3d3007a6b468bed344f781a1455054735.tar.gz postgresql-e6bae1c3d3007a6b468bed344f781a1455054735.zip |
Add:
> * Add function to report the time of the most recent server reload
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 0ccffb9a722..32023010d35 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: Thu Sep 22 23:04:06 EDT 2005 +Last updated: Thu Sep 22 23:05:53 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>. @@ -49,6 +49,7 @@ first. </li><li>Support table partitioning that allows a single table to be stored in subtables that are partitioned based on the primary key or a WHERE clause + </li><li>Add function to report the time of the most recent server reload </li><li>Improve replication solutions <ul> <li>Load balancing |