mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Clarify item:
< * Allow server configuration parameters to be remotely modified > * Allow pg_hba.conf settings to be controlled via SQL > > This would require a new global table that is dumped to flat file for > use by the postmaster. We do a similar thing for pg_shadow currently. >
This commit is contained in:
parent
4784fe9ea2
commit
ac1cbc8079
8
doc/TODO
8
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Sun Feb 20 23:58:46 EST 2005
|
Last updated: Mon Feb 21 12:30:27 EST 2005
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -83,7 +83,11 @@ Administration
|
|||||||
* Add "include file" functionality in postgresql.conf
|
* Add "include file" functionality in postgresql.conf
|
||||||
* Add session start time and last statement time to pg_stat_activity
|
* Add session start time and last statement time to pg_stat_activity
|
||||||
* Allow server logs to be remotely read using SQL commands
|
* Allow server logs to be remotely read using SQL commands
|
||||||
* Allow server configuration parameters to be remotely modified
|
* Allow pg_hba.conf settings to be controlled via SQL
|
||||||
|
|
||||||
|
This would require a new global table that is dumped to flat file for
|
||||||
|
use by the postmaster. We do a similar thing for pg_shadow currently.
|
||||||
|
|
||||||
* Allow administrators to safely terminate individual sessions
|
* Allow administrators to safely terminate individual sessions
|
||||||
|
|
||||||
Right now, SIGTERM will terminate a session, but it is treated as
|
Right now, SIGTERM will terminate a session, but it is treated as
|
||||||
|
Loading…
Reference in New Issue
Block a user