Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac1cbc8

Browse files
committed
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.>
1 parent4784fe9 commitac1cbc8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎doc/TODO

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Sun Feb20 23:58:46 EST 2005
5+
Last updated:Mon Feb21 12:30:27 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -83,7 +83,11 @@ Administration
8383
* Add "include file" functionality in postgresql.conf
8484
* Add session start time and last statement time to pg_stat_activity
8585
* Allow server logs to be remotely read using SQL commands
86-
* Allow server configuration parameters to be remotely modified
86+
* Allow pg_hba.conf settings to be controlled via SQL
87+
88+
This would require a new global table that is dumped to flat file for
89+
use by the postmaster. We do a similar thing for pg_shadow currently.
90+
8791
* Allow administrators to safely terminate individual sessions
8892

8993
Right now, SIGTERM will terminate a session, but it is treated as

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp