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

Commit589b67d

Browse files
committed
Add:
>> o Allow pg_hba.conf to specify host names along with IP addresses>> Host name lookup could occur when the postmaster reads the> pg_hba.conf file, or when the backend starts. Another> solution would be to reverse lookup the connection IP and> check that hostname against the host names in pg_hba.conf.> We could also then check that the host name maps to the IP> address.
1 parent8325be2 commit589b67d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

‎doc/TODO

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Sun Feb 1214:13:10 EST 2006
5+
Last updated:Sun Feb 1222:42:37 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -80,6 +80,15 @@ Administration
8080
can be inserted between existing rows, e.g. row 2.5 goes
8181
between row 2 and row 3.
8282

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+
8392
o %Allow postgresql.conf file values to be changed via an SQL
8493
API, perhaps using SET GLOBAL
8594
o Allow the server to be stopped/restarted via an SQL API

‎doc/src/FAQ/TODO.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sun Feb 1214:13:10 EST 2006
11+
Last updated: Sun Feb 1222:42:37 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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>
7575
The table should have a line number that is a float so rows
7676
can be inserted between existing rows, e.g. row 2.5 goes
7777
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.
7886
</p>
7987
</li><li>%Allow postgresql.conf file values to be changed via an SQL
8088
API, perhaps using SET GLOBAL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp