From d08149d78399a4d8c0d514faecff9fa530afeb7d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 25 Jun 2005 02:42:00 +0000
Subject: [PATCH] Update:

< * Allow per-user and per-tablespaces quotas
> * Allow per-user, per-group quotas per-tablespace
---
 doc/TODO              | 4 ++--
 doc/src/FAQ/TODO.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 0cd66731aeb..84126cec520 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:		Fri Jun 24 22:40:39 EDT 2005
+Last updated:		Fri Jun 24 22:41:56 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -145,7 +145,7 @@ Administration
   clause
 * Allow postgresql.conf values to be set so they can not be changed by
   the user
-* Allow per-user and per-tablespaces quotas
+* Allow per-user, per-group quotas per-tablespace
 
 
 Data Types
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 4f349db6b6b..99df1166023 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 Jun 24 22:40:39 EDT 2005
+Last updated:           Fri Jun 24 22:41:56 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>.
@@ -136,7 +136,7 @@ first.
   clause
   </li><li>Allow postgresql.conf values to be set so they can not be changed by
   the user
-  </li><li>Allow per-user and per-tablespaces quotas
+  </li><li>Allow per-user, per-group quotas per-tablespace
 </li></ul>
 <h1><a name="section_3">Data Types</a></h1>
 
-- 
GitLab