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

Commitb00f557

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 roles450c450< * Add COMMENT ON for all cluster global objects (users, groups, databases> * Add COMMENT ON for all cluster global objects (users, roles, databases609c609< users and groups with separate DROP commands> users and roles with separate DROP commands
1 parent8ab306e commitb00f557

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 111:08:12 EDT 2005
5+
Last updated:Fri Jul 113: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 andgroups
30+
* Prevent default re-use of sysids for dropped users androles
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 andgroups with separate DROP commands
609+
users androles 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
<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: Fri Jul 111:08:12 EDT 2005
11+
Last updated: Fri Jul 113:05:46 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>.
@@ -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 andgroups
34+
</li><li>Prevent default re-use of sysids for dropped users androles
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 andgroups with separate DROP commands
565+
users androles 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)

[8]ページ先頭

©2009-2025 Movatter.jp