mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Add:
> * Allow limits on per-db/user connections
This commit is contained in:
parent
3fd6d3260f
commit
ed7be7292e
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue