Add URL for:
o Allow pg_hba.conf to specify host names along with IP addresses > http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
This commit is contained in:
parent
a3540b0f65
commit
e3ae27894a
3
doc/TODO
3
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Fri Jun 13 12:24:28 EDT 2008
|
Last updated: Wed Jun 18 21:15:40 EDT 2008
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -98,6 +98,7 @@ Administration
|
|||||||
check that hostname against the host names in pg_hba.conf.
|
check that hostname against the host names in pg_hba.conf.
|
||||||
We could also then check that the host name maps to the IP
|
We could also then check that the host name maps to the IP
|
||||||
address.
|
address.
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
|
||||||
|
|
||||||
o %Allow postgresql.conf file values to be changed via an SQL
|
o %Allow postgresql.conf file values to be changed via an SQL
|
||||||
API, perhaps using SET GLOBAL
|
API, perhaps using SET GLOBAL
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Fri Jun 13 12:24:28 EDT 2008
|
Last updated: Wed Jun 18 21:15:40 EDT 2008
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -93,6 +93,7 @@ first. There is also a developer's wiki at<br/>
|
|||||||
check that hostname against the host names in pg_hba.conf.
|
check that hostname against the host names in pg_hba.conf.
|
||||||
We could also then check that the host name maps to the IP
|
We could also then check that the host name maps to the IP
|
||||||
address.
|
address.
|
||||||
|
<a href="http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php">http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php</a>
|
||||||
</p>
|
</p>
|
||||||
</li><li>%Allow postgresql.conf file values to be changed via an SQL
|
</li><li>%Allow postgresql.conf file values to be changed via an SQL
|
||||||
API, perhaps using SET GLOBAL
|
API, perhaps using SET GLOBAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user