mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Done:
< o Allow objects to be moved to different schemas > o -Allow objects to be moved to different schemas Fix word wrap: < * Allow GRANT/REVOKE permissions to be applied to all schema objects with one < command > o Allow GRANT/REVOKE permissions to be applied to all schema objects > with one command
This commit is contained in:
parent
35508d1cca
commit
523997daf1
8
doc/TODO
8
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: Sun Jul 31 20:52:25 EDT 2005
|
Last updated: Mon Aug 1 10:04:49 EDT 2005
|
||||||
|
|
||||||
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.
|
||||||
@ -420,7 +420,7 @@ SQL Commands
|
|||||||
o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
||||||
o Allow ALTER TABLE to change constraint deferrability and actions
|
o Allow ALTER TABLE to change constraint deferrability and actions
|
||||||
o Disallow dropping of an inherited constraint
|
o Disallow dropping of an inherited constraint
|
||||||
o Allow objects to be moved to different schemas
|
o -Allow objects to be moved to different schemas
|
||||||
o Allow ALTER TABLESPACE to move to different directories
|
o Allow ALTER TABLESPACE to move to different directories
|
||||||
o Allow databases to be moved to different tablespaces
|
o Allow databases to be moved to different tablespaces
|
||||||
o Allow moving system tables to other tablespaces, where possible
|
o Allow moving system tables to other tablespaces, where possible
|
||||||
@ -467,8 +467,8 @@ SQL Commands
|
|||||||
* GRANT/REVOKE
|
* GRANT/REVOKE
|
||||||
|
|
||||||
o Allow column-level privileges
|
o Allow column-level privileges
|
||||||
* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
|
o Allow GRANT/REVOKE permissions to be applied to all schema objects
|
||||||
command
|
with one command
|
||||||
|
|
||||||
The proposed syntax is:
|
The proposed syntax is:
|
||||||
GRANT SELECT ON ALL TABLES IN public TO phpuser;
|
GRANT SELECT ON ALL TABLES IN public TO phpuser;
|
||||||
|
@ -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: Sun Jul 31 20:52:25 EDT 2005
|
Last updated: Mon Aug 1 10:04:49 EDT 2005
|
||||||
</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>.
|
||||||
@ -384,7 +384,7 @@ first.
|
|||||||
</li><li>Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
</li><li>Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
||||||
</li><li>Allow ALTER TABLE to change constraint deferrability and actions
|
</li><li>Allow ALTER TABLE to change constraint deferrability and actions
|
||||||
</li><li>Disallow dropping of an inherited constraint
|
</li><li>Disallow dropping of an inherited constraint
|
||||||
</li><li>Allow objects to be moved to different schemas
|
</li><li>-<em>Allow objects to be moved to different schemas</em>
|
||||||
</li><li>Allow ALTER TABLESPACE to move to different directories
|
</li><li>Allow ALTER TABLESPACE to move to different directories
|
||||||
</li><li>Allow databases to be moved to different tablespaces
|
</li><li>Allow databases to be moved to different tablespaces
|
||||||
</li><li>Allow moving system tables to other tablespaces, where possible
|
</li><li>Allow moving system tables to other tablespaces, where possible
|
||||||
@ -425,14 +425,14 @@ first.
|
|||||||
</li><li>GRANT/REVOKE
|
</li><li>GRANT/REVOKE
|
||||||
<ul>
|
<ul>
|
||||||
<li>Allow column-level privileges
|
<li>Allow column-level privileges
|
||||||
<ul>
|
</li><li>Allow GRANT/REVOKE permissions to be applied to all schema objects
|
||||||
<li>Allow GRANT/REVOKE permissions to be applied to all schema objects with one
|
with one command
|
||||||
command
|
|
||||||
<p> The proposed syntax is:
|
<p> The proposed syntax is:
|
||||||
</p><p> GRANT SELECT ON ALL TABLES IN public TO phpuser;
|
</p><p> GRANT SELECT ON ALL TABLES IN public TO phpuser;
|
||||||
GRANT SELECT ON NEW TABLES IN public TO phpuser;
|
GRANT SELECT ON NEW TABLES IN public TO phpuser;
|
||||||
</p>
|
</p>
|
||||||
</li><li>Allow GRANT/REVOKE permissions to be inherited by objects based on
|
<ul>
|
||||||
|
<li>Allow GRANT/REVOKE permissions to be inherited by objects based on
|
||||||
schema permissions
|
schema permissions
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user