From 4e85f760e6b1cccfb82be8078257ade01435573e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 3 Sep 2003 21:27:21 +0000 Subject: [PATCH] Done: * -Have standalone backend read postgresql.conf (Tom) --- doc/TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 3693fe17918..6afcd28fb62 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Aug 25 00:10:58 EDT 2003 +Last updated: Wed Sep 3 17:27:18 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -52,7 +52,7 @@ Administration * Allow configuration files to be specified in a different directory * -Add start time to pg_stat_activity * Allow limits on per-db/user connections -* Have standalone backend read postgresql.conf +* -Have standalone backend read postgresql.conf (Tom) * Add group object ownership, so groups can rename/drop/grant on objects, so we can implement roles * Add the concept of dataspaces/tablespaces [tablespaces] @@ -489,7 +489,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $Id: TODO,v 1.1125 2003/08/25 04:10:59 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1125 2003/08/25 04:10:59 momjian Exp $ +* Change CVS $Id: TODO,v 1.1126 2003/09/03 21:27:21 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1126 2003/09/03 21:27:21 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests