summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2005-07-08 02:44:37 +0000
committerBruce Momjian2005-07-08 02:44:37 +0000
commita4ffa382345e37bbd4d70735aa21d4bebe979207 (patch)
tree4b5acbfa6c391014e67b5f56f91220d8525c71ea /doc/src
parent59d1b3d99e690734fa2a2bd0fae12b0cb1084294 (diff)
Done:
> * -Prevent dropping user that still owns objects, or auto-drop the objects
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index cdaf857978b..cc2de96c9b7 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: Thu Jul 7 12:01:59 EDT 2005
+Last updated: Thu Jul 7 22:44:34 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>.
@@ -39,7 +39,7 @@ first.
via an SQL function or SIGTERM
<p> Currently SIGTERM of a backend can lead to lock table corruption.
</p>
- </li><li>Prevent dropping user that still owns objects, or auto-drop the objects
+ </li><li>-<em>Prevent dropping user that still owns objects, or auto-drop the objects</em>
</li><li>Set proper permissions on non-system schemas during db creation
<p> Currently all schemas are owned by the super-user because they are
copied from the template1 database.