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

Commit1b4504c

Browse files
committed
Remove from TODO ability to edit pg_hba.conf, but add GRANT connection
permission item:< o %Allow pg_hba.conf settings to be controlled via SQL> o %Allow per-database permissions to be set via GRANT< This would add a function to load the SQL table from< pg_hba.conf, and one to writes its contents to the flat file.< The table should have a line number that is a float so rows< can be inserted between existing rows, e.g. row 2.5 goes< between row 2 and row 3.> Allow database connection checks based on GRANT rules in> addition to the existing access checks in pg_hba.conf.
1 parentb5498a2 commit1b4504c

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

‎doc/TODO

Lines changed: 4 additions & 7 deletions
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:Wed Apr19 18:35:36 EDT 2006
5+
Last updated:Fri Apr21 16:45:19 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -79,13 +79,10 @@ Administration
7979
Currently, if a variable is commented out, it keeps the
8080
previous uncommented value until a server restarted.
8181

82-
o %Allowpg_hba.conf settings to becontrolled viaSQL
82+
o %Allowper-database permissions to beset viaGRANT
8383

84-
This would add a function to load the SQL table from
85-
pg_hba.conf, and one to writes its contents to the flat file.
86-
The table should have a line number that is a float so rows
87-
can be inserted between existing rows, e.g. row 2.5 goes
88-
between row 2 and row 3.
84+
Allow database connection checks based on GRANT rules in
85+
addition to the existing access checks in pg_hba.conf.
8986

9087
o Allow pg_hba.conf to specify host names along with IP addresses
9188

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 7 deletions
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:Wed Apr19 18:35:36 EDT 2006
11+
Last updated:Fri Apr21 16:45:19 EDT 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,12 +75,9 @@ <h1><a name="section_2">Administration</a></h1>
7575
<p> Currently, if a variable is commented out, it keeps the
7676
previous uncommented value until a server restarted.
7777
</p>
78-
</li><li>%Allow pg_hba.conf settings to be controlled via SQL
79-
<p> This would add a function to load the SQL table from
80-
pg_hba.conf, and one to writes its contents to the flat file.
81-
The table should have a line number that is a float so rows
82-
can be inserted between existing rows, e.g. row 2.5 goes
83-
between row 2 and row 3.
78+
</li><li>%Allow per-database permissions to be set via GRANT
79+
<p> Allow database connection checks based on GRANT rules in
80+
addition to the existing access checks in pg_hba.conf.
8481
</p>
8582
</li><li>Allow pg_hba.conf to specify host names along with IP addresses
8683
<p> Host name lookup could occur when the postmaster reads the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp