1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
> * Add TRUNCATE permission
>
>   Currently only the owner can TRUNCATE a table because triggers are not
>   called, and the table is locked in exclusive mode.
>
This commit is contained in:
Bruce Momjian
2005-07-30 03:15:22 +00:00
parent 1521aef1db
commit 3fae29ef13
2 changed files with 11 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Jul 29 22:52:27 EDT 2005
Last updated: Fri Jul 29 23:15:09 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -324,6 +324,11 @@ SQL Commands
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
* Allow SET CONSTRAINTS to be qualified by schema/table name
* Allow TRUNCATE ... CASCADE/RESTRICT
* Add TRUNCATE permission
Currently only the owner can TRUNCATE a table because triggers are not
called, and the table is locked in exclusive mode.
* Allow PREPARE of cursors
* Allow PREPARE to automatically determine parameter types based on the SQL
statement