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

Commita85e5d1

Browse files
committed
Add description:
< This would require a new global table that is dumped to flat file for< use by the postmaster. We do a similar thing for pg_shadow currently.> 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.
1 parentd42cf5a commita85e5d1

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

‎doc/TODO

Lines changed: 6 additions & 3 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:Sun Jul 3109:54:46 EDT 2005
5+
Last updated:Sun Jul 3120:52:25 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -68,8 +68,11 @@ Administration
6868
to defaults
6969
o Allow pg_hba.conf settings to be controlled via SQL
7070

71-
This would require a new global table that is dumped to flat file for
72-
use by the postmaster. We do a similar thing for pg_shadow currently.
71+
This would add a function to load the SQL table from
72+
pg_hba.conf, and one to writes its contents to the flat file.
73+
The table should have a line number that is a float so rows
74+
can be inserted between existing rows, e.g. row 2.5 goes
75+
between row 2 and row 3.
7376

7477
o Allow postgresql.conf file values to be changed via an SQL
7578
API, perhaps using SET GLOBAL

‎doc/src/FAQ/TODO.html

Lines changed: 6 additions & 3 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: Sun Jul 3109:54:46 EDT 2005
11+
Last updated: Sun Jul 3120:52:25 EDT 2005
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>.
@@ -65,8 +65,11 @@ <h1><a name="section_2">Administration</a></h1>
6565
</li><li>Allow commenting of variables in postgresql.conf to restore them
6666
to defaults
6767
</li><li>Allow pg_hba.conf settings to be controlled via SQL
68-
<p> This would require a new global table that is dumped to flat file for
69-
use by the postmaster. We do a similar thing for pg_shadow currently.
68+
<p> This would add a function to load the SQL table from
69+
pg_hba.conf, and one to writes its contents to the flat file.
70+
The table should have a line number that is a float so rows
71+
can be inserted between existing rows, e.g. row 2.5 goes
72+
between row 2 and row 3.
7073
</p>
7174
</li><li>Allow postgresql.conf file values to be changed via an SQL
7275
API, perhaps using SET GLOBAL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp