Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b00f557

Browse files
committed
Update for roles:
< * Prevent default re-use of sysids for dropped users and groups > * Prevent default re-use of sysids for dropped users and roles 450c450 < * Add COMMENT ON for all cluster global objects (users, groups, databases > * Add COMMENT ON for all cluster global objects (users, roles, databases 609c609 < users and groups with separate DROP commands > users and roles with separate DROP commands
1 parent 8ab306e commit b00f557

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: Fri Jul 1 11:08:12 EDT 2005
5+
Last updated: Fri Jul 1 13:05:46 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -27,7 +27,7 @@ Administration
2727
This would allow server log information to be easily loaded into
2828
a database for analysis.
2929

30-
* Prevent default re-use of sysids for dropped users and groups
30+
* Prevent default re-use of sysids for dropped users and roles
3131

3232
Currently, if a user is removed while he still owns objects, a new
3333
user given might be given their user id and inherit the
@@ -447,7 +447,7 @@ Commands
447447
* Add ON COMMIT capability to CREATE TABLE AS SELECT
448448
* Add NOVICE output level for helpful messages like automatic sequence/index
449449
creation
450-
* Add COMMENT ON for all cluster global objects (users, groups, databases
450+
* Add COMMENT ON for all cluster global objects (users, roles, databases
451451
and tablespaces)
452452
* Add an option to automatically use savepoints for each statement in a
453453
multi-statement transaction.
@@ -606,7 +606,7 @@ Clients
606606
o Add dumping of comments on composite type columns
607607
o Add dumping of comments on index columns
608608
o Replace crude DELETE FROM method of pg_dumpall for cleaning of
609-
users and groups with separate DROP commands
609+
users and roles with separate DROP commands
610610
o -Add dumping and restoring of LOB comments
611611
o Stop dumping CASCADE on DROP TYPE commands in clean mode
612612
o Add full object name to the tag field. eg. for operators we need

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 deletions
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: Fri Jul 1 11:08:12 EDT 2005
11+
Last updated: Fri Jul 1 13:05:46 EDT 2005
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>.
@@ -31,7 +31,7 @@ <h1><a name="section_2">Administration</a></h1>
3131
<p> This would allow server log information to be easily loaded into
3232
a database for analysis.
3333
</p>
34-
</li><li>Prevent default re-use of sysids for dropped users and groups
34+
</li><li>Prevent default re-use of sysids for dropped users and roles
3535
<p> Currently, if a user is removed while he still owns objects, a new
3636
user given might be given their user id and inherit the
3737
previous users objects.
@@ -413,7 +413,7 @@ <h1><a name="section_7">Commands</a></h1>
413413
</li><li>Add ON COMMIT capability to CREATE TABLE AS SELECT
414414
</li><li>Add NOVICE output level for helpful messages like automatic sequence/index
415415
creation
416-
</li><li>Add COMMENT ON for all cluster global objects (users, groups, databases
416+
</li><li>Add COMMENT ON for all cluster global objects (users, roles, databases
417417
and tablespaces)
418418
</li><li>Add an option to automatically use savepoints for each statement in a
419419
multi-statement transaction.
@@ -562,7 +562,7 @@ <h1><a name="section_8">Clients</a></h1>
562562
</li><li>Add dumping of comments on composite type columns
563563
</li><li>Add dumping of comments on index columns
564564
</li><li>Replace crude DELETE FROM method of pg_dumpall for cleaning of
565-
users and groups with separate DROP commands
565+
users and roles with separate DROP commands
566566
</li><li>-<em>Add dumping and restoring of LOB comments</em>
567567
</li><li>Stop dumping CASCADE on DROP TYPE commands in clean mode
568568
</li><li>Add full object name to the tag field. eg. for operators we need

0 commit comments

Comments
 (0)