File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Fri Jul 29 23:15:09 EDT 2005
5
+ Last updated: Fri Jul 29 23:15:58 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -324,7 +324,7 @@ SQL Commands
324
324
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
325
325
* Allow SET CONSTRAINTS to be qualified by schema/table name
326
326
* Allow TRUNCATE ... CASCADE/RESTRICT
327
- * Add TRUNCATE permission
327
+ * Add a separate TRUNCATE permission
328
328
329
329
Currently only the owner can TRUNCATE a table because triggers are not
330
330
called, and the table is locked in exclusive mode.
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Fri Jul 29 23:15:09 EDT 2005
11
+ Last updated: Fri Jul 29 23:15:58 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -302,7 +302,7 @@ <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
305
+ </ li > < li > Add a separate TRUNCATE permission
306
306
< p > Currently only the owner can TRUNCATE a table because triggers are not
307
307
called, and the table is locked in exclusive mode.
308
308
</ p >
You can’t perform that action at this time.
0 commit comments