|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> |
11 | | -Last updated: Fri Jul 2922:52:27 EDT 2005 |
| 11 | +Last updated: Fri Jul 2923:15:09 EDT 2005 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -302,6 +302,10 @@ <h1><a name="section_8">SQL Commands</a></h1> |
302 | 302 | </li><li>Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY |
303 | 303 | </li><li>Allow SET CONSTRAINTS to be qualified by schema/table name |
304 | 304 | </li><li>Allow TRUNCATE ... CASCADE/RESTRICT |
| 305 | +</li><li>Add TRUNCATE permission |
| 306 | +<p> Currently only the owner can TRUNCATE a table because triggers are not |
| 307 | + called, and the table is locked in exclusive mode. |
| 308 | +</p> |
305 | 309 | </li><li>Allow PREPARE of cursors |
306 | 310 | </li><li>Allow PREPARE to automatically determine parameter types based on the SQL |
307 | 311 | statement |
|