From: Bruce Momjian Date: Sun, 31 Jul 2005 03:28:52 +0000 (+0000) Subject: Add item to sentence: X-Git-Tag: REL8_1_0BETA1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73b574c187e50cc188d793f1cab865df6549c679;p=postgresql Add item to sentence: < * Allow server logs to be remotely read using SQL commands 151a151 > * Allow server logs to be remotely read and removed using SQL commands --- diff --git a/doc/TODO b/doc/TODO index 0edd614d7b..3fd6b0c42c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Jul 30 23:08:20 EDT 2005 +Last updated: Sat Jul 30 23:28:17 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -73,7 +73,6 @@ Administration o Allow postgresql.conf file values to be changed via an SQL API o Allow the server to be stopped/restarted via an SQL API - * Allow server logs to be remotely read using SQL commands * Tablespaces @@ -149,6 +148,7 @@ Monitoring * Add ability to monitor the use of temporary sort files * -Add session start time and last statement time to pg_stat_activity * -Add a function that returns the start time of the postmaster +* Allow server logs to be remotely read and removed using SQL commands Data Types diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 73d1dd9a9f..913c19c12a 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jul 30 23:08:20 EDT 2005 +Last updated: Sat Jul 30 23:28:17 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -70,9 +70,6 @@ first.

  • Allow postgresql.conf file values to be changed via an SQL API
  • Allow the server to be stopped/restarted via an SQL API -
  • Tablespaces

    Data Types