diff options
author | Bruce Momjian | 2005-06-25 02:40:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-06-25 02:40:43 +0000 |
commit | 886c8a54ae3fa4748e95dd55455e894961d3ab97 (patch) | |
tree | da393e7127e4b6a9d3b86d96fb13841944381139 /doc/src | |
parent | 669111800fafbe548882b01b26cf73df3225f9fb (diff) |
Add:
> * Allow per-user and per-tablespaces quotas
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index db637523eba..4f349db6b6b 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 21:32:02 EDT 2005 +Last updated: Fri Jun 24 22:40:39 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,6 +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></ul> <h1><a name="section_3">Data Types</a></h1> |