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

Commit523997d

Browse files
committed
Done:
< o Allow objects to be moved to different schemas> o -Allow objects to be moved to different schemasFix 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
1 parent35508d1 commit523997d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎doc/TODO

Lines changed: 4 additions & 4 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 31 20:52:25 EDT 2005
5+
Last updated:Mon Aug 1 10:04:49 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -420,7 +420,7 @@ SQL Commands
420420
o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
421421
o Allow ALTER TABLE to change constraint deferrability and actions
422422
o Disallow dropping of an inherited constraint
423-
o Allow objects to be moved to different schemas
423+
o-Allow objects to be moved to different schemas
424424
o Allow ALTER TABLESPACE to move to different directories
425425
o Allow databases to be moved to different tablespaces
426426
o Allow moving system tables to other tablespaces, where possible
@@ -467,8 +467,8 @@ SQL Commands
467467
* GRANT/REVOKE
468468

469469
o Allow column-level privileges
470-
* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
471-
command
470+
o Allow GRANT/REVOKE permissions to be applied to all schema objects
471+
with onecommand
472472

473473
The proposed syntax is:
474474
GRANT SELECT ON ALL TABLES IN public TO phpuser;

‎doc/src/FAQ/TODO.html

Lines changed: 6 additions & 6 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 31 20:52:25 EDT 2005
11+
Last updated:Mon Aug 1 10:04:49 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>.
@@ -384,7 +384,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
384384
</li><li>Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
385385
</li><li>Allow ALTER TABLE to change constraint deferrability and actions
386386
</li><li>Disallow dropping of an inherited constraint
387-
</li><li>Allow objects to be moved to different schemas
387+
</li><li>-<em>Allow objects to be moved to different schemas</em>
388388
</li><li>Allow ALTER TABLESPACE to move to different directories
389389
</li><li>Allow databases to be moved to different tablespaces
390390
</li><li>Allow moving system tables to other tablespaces, where possible
@@ -425,14 +425,14 @@ <h1><a name="section_8">SQL Commands</a></h1>
425425
</li><li>GRANT/REVOKE
426426
<ul>
427427
<li>Allow column-level privileges
428-
<ul>
429-
<li>Allow GRANT/REVOKE permissions to be applied to all schema objects with one
430-
command
428+
</li><li>Allow GRANT/REVOKE permissions to be applied to all schema objects
429+
with one command
431430
<p> The proposed syntax is:
432431
</p><p> GRANT SELECT ON ALL TABLES IN public TO phpuser;
433432
GRANT SELECT ON NEW TABLES IN public TO phpuser;
434433
</p>
435-
</li><li>Allow GRANT/REVOKE permissions to be inherited by objects based on
434+
<ul>
435+
<li>Allow GRANT/REVOKE permissions to be inherited by objects based on
436436
schema permissions
437437
</li></ul>
438438
</li></ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp