diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-06-25 02:42:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-06-25 02:42:00 +0000 |
commit | d08149d78399a4d8c0d514faecff9fa530afeb7d (patch) | |
tree | 70b805a196cd7d2c6eb023a977d1686bebd5dd7f | |
parent | 886c8a54ae3fa4748e95dd55455e894961d3ab97 (diff) | |
download | postgresql-d08149d78399a4d8c0d514faecff9fa530afeb7d.tar.gz postgresql-d08149d78399a4d8c0d514faecff9fa530afeb7d.zip |
Update:
< * Allow per-user and per-tablespaces quotas
> * Allow per-user, per-group quotas per-tablespace
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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> |