From: Bruce Momjian Date: Fri, 25 Oct 2002 19:03:04 +0000 (+0000) Subject: Add: X-Git-Tag: REL7_3~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed7be7292e8645bea0101a9e4bea6751faa6d097;p=thirdparty%2Fpostgresql.git Add: > * Allow limits on per-db/user connections --- diff --git a/doc/TODO b/doc/TODO index 504c770107f..d99b65a0284 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Oct 21 16:34:56 EDT 2002 +Last updated: Fri Oct 25 15:02:55 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -69,6 +69,7 @@ Administration * -Reserve last few process slots for super-user if max_connections reached * -Add GUC parameter to print queries that generate errors * Add start time to pg_stat_activity +* Allow limits on per-db/user connections Data Types