mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Done:
> o -Allow per-database permissions to be set via GRANT
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Sat Apr 29 21:45:16 EDT 2006
|
Last updated: Sat Apr 29 22:10:37 EDT 2006
|
||||||
|
|
||||||
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.
|
||||||
@ -81,7 +81,7 @@ Administration
|
|||||||
Currently, if a variable is commented out, it keeps the
|
Currently, if a variable is commented out, it keeps the
|
||||||
previous uncommented value until a server restarted.
|
previous uncommented value until a server restarted.
|
||||||
|
|
||||||
o %Allow per-database permissions to be set via GRANT
|
o -Allow per-database permissions to be set via GRANT
|
||||||
|
|
||||||
Allow database connection checks based on GRANT rules in
|
Allow database connection checks based on GRANT rules in
|
||||||
addition to the existing access checks in pg_hba.conf.
|
addition to the existing access checks in pg_hba.conf.
|
||||||
|
@ -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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Sat Apr 29 21:45:16 EDT 2006
|
Last updated: Sat Apr 29 22:10:37 EDT 2006
|
||||||
</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>.
|
||||||
@ -77,7 +77,7 @@ first.
|
|||||||
<p> Currently, if a variable is commented out, it keeps the
|
<p> Currently, if a variable is commented out, it keeps the
|
||||||
previous uncommented value until a server restarted.
|
previous uncommented value until a server restarted.
|
||||||
</p>
|
</p>
|
||||||
</li><li>%Allow per-database permissions to be set via GRANT
|
</li><li>-<em>Allow per-database permissions to be set via GRANT</em>
|
||||||
<p> Allow database connection checks based on GRANT rules in
|
<p> Allow database connection checks based on GRANT rules in
|
||||||
addition to the existing access checks in pg_hba.conf.
|
addition to the existing access checks in pg_hba.conf.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user