aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-07-01 17:05:58 +0000
committerBruce Momjian <bruce@momjian.us>2005-07-01 17:05:58 +0000
commitb00f557dd17906b358f811fb939dde66403e134a (patch)
treea14b56a38a1d1fa69786ed9bb7e965bdacfcfbf9 /doc/src
parent8ab306e4eaae6e73d77433e0848a76ee2c901fe8 (diff)
downloadpostgresql-b00f557dd17906b358f811fb939dde66403e134a.tar.gz
postgresql-b00f557dd17906b358f811fb939dde66403e134a.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 8dc50a16bb6..ddfa9503436 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<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/>
-Last updated: Fri Jul 1 11:08:12 EDT 2005
+Last updated: Fri Jul 1 13:05:46 EDT 2005
</p>
<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>.
@@ -31,7 +31,7 @@ first.
<p> This would allow server log information to be easily loaded into
a database for analysis.
</p>
- </li><li>Prevent default re-use of sysids for dropped users and groups
+ </li><li>Prevent default re-use of sysids for dropped users and roles
<p> Currently, if a user is removed while he still owns objects, a new
user given might be given their user id and inherit the
previous users objects.
@@ -413,7 +413,7 @@ first.
</li><li>Add ON COMMIT capability to CREATE TABLE AS SELECT
</li><li>Add NOVICE output level for helpful messages like automatic sequence/index
creation
- </li><li>Add COMMENT ON for all cluster global objects (users, groups, databases
+ </li><li>Add COMMENT ON for all cluster global objects (users, roles, databases
and tablespaces)
</li><li>Add an option to automatically use savepoints for each statement in a
multi-statement transaction.
@@ -562,7 +562,7 @@ first.
</li><li>Add dumping of comments on composite type columns
</li><li>Add dumping of comments on index columns
</li><li>Replace crude DELETE FROM method of pg_dumpall for cleaning of
- users and groups with separate DROP commands
+ users and roles with separate DROP commands
</li><li>-<em>Add dumping and restoring of LOB comments</em>
</li><li>Stop dumping CASCADE on DROP TYPE commands in clean mode
</li><li>Add full object name to the tag field. eg. for operators we need