Add "few":

> * Reserve last few process slots for super-user if max_connections reached
This commit is contained in:
Bruce Momjian 2002-08-16 17:05:18 +00:00
parent fa9d7c1c13
commit ab0f98518c
1 changed files with 2 additions and 2 deletions

View File

@ -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