diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-16 17:05:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-16 17:05:18 +0000 |
commit | ab0f98518c87ee5303b29d893e57600f53428245 (patch) | |
tree | c13248286dd6ec9c9c4301a724e466ad85ecf91a | |
parent | fa9d7c1c1323dd473c4292120447318ebcaf97f1 (diff) | |
download | postgresql-ab0f98518c87ee5303b29d893e57600f53428245.tar.gz postgresql-ab0f98518c87ee5303b29d893e57600f53428245.zip |
Add "few":
> * Reserve last few process slots for super-user if max_connections reached
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Aug 16 11:13:10 EDT 2002 +Last updated: Fri Aug 16 13:04:21 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -69,7 +69,7 @@ Administration specified parameters to postgresql.conf defaults (Peter E) * Allow easy display of usernames in a group * Allow configuration files to be specified in a different directory -* Reserve last process slot for super-user if max_connections reached +* Reserve last few process slots for super-user if max_connections reached Data Types |