Skip to content

Commit 931bfc9

Browse files
committed
Done:
> o -Allow per-database permissions to be set via GRANT
1 parent 4899aaf commit 931bfc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

+2-2
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: Sat Apr 29 21:45:16 EDT 2006
5+
Last updated: Sat Apr 29 22:10:37 EDT 2006
66

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

84-
o %Allow per-database permissions to be set via GRANT
84+
o -Allow per-database permissions to be set via GRANT
8585

8686
Allow database connection checks based on GRANT rules in
8787
addition to the existing access checks in pg_hba.conf.

doc/src/FAQ/TODO.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Apr 29 21:45:16 EDT 2006
11+
Last updated: Sat Apr 29 22:10:37 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -77,7 +77,7 @@ <h1><a name="section_2">Administration</a></h1>
7777
<p> Currently, if a variable is commented out, it keeps the
7878
previous uncommented value until a server restarted.
7979
</p>
80-
</li><li>%Allow per-database permissions to be set via GRANT
80+
</li><li>-<em>Allow per-database permissions to be set via GRANT</em>
8181
<p> Allow database connection checks based on GRANT rules in
8282
addition to the existing access checks in pg_hba.conf.
8383
</p>

0 commit comments

Comments
 (0)