- Notifications
You must be signed in to change notification settings - Fork5
Commit1b4504c
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
2 files changed
+8
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 84 | + | |
| 85 | + | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
| |||
0 commit comments
Comments
(0)