File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Sun Feb 12 14:13:10 EST 2006
5
+ Last updated: Sun Feb 12 22:42:37 EST 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -80,6 +80,15 @@ Administration
80
80
can be inserted between existing rows, e.g. row 2.5 goes
81
81
between row 2 and row 3.
82
82
83
+ o Allow pg_hba.conf to specify host names along with IP addresses
84
+
85
+ Host name lookup could occur when the postmaster reads the
86
+ pg_hba.conf file, or when the backend starts. Another
87
+ solution would be to reverse lookup the connection IP and
88
+ check that hostname against the host names in pg_hba.conf.
89
+ We could also then check that the host name maps to the IP
90
+ address.
91
+
83
92
o %Allow postgresql.conf file values to be changed via an SQL
84
93
API, perhaps using SET GLOBAL
85
94
o Allow the server to be stopped/restarted via an SQL API
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Sun Feb 12 14:13:10 EST 2006
11
+ Last updated: Sun Feb 12 22:42:37 EST 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -75,6 +75,14 @@ <h1><a name="section_2">Administration</a></h1>
75
75
The table should have a line number that is a float so rows
76
76
can be inserted between existing rows, e.g. row 2.5 goes
77
77
between row 2 and row 3.
78
+ </ p >
79
+ </ li > < li > Allow pg_hba.conf to specify host names along with IP addresses
80
+ < p > Host name lookup could occur when the postmaster reads the
81
+ pg_hba.conf file, or when the backend starts. Another
82
+ solution would be to reverse lookup the connection IP and
83
+ check that hostname against the host names in pg_hba.conf.
84
+ We could also then check that the host name maps to the IP
85
+ address.
78
86
</ p >
79
87
</ li > < li > %Allow postgresql.conf file values to be changed via an SQL
80
88
API, perhaps using SET GLOBAL
You can’t perform that action at this time.
0 commit comments