Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9bd5181

Browse files
committed
Add/ cleanup:
< * %Disallow changing default expression of a SERIAL column? > * %Disallow changing DEFAULT expression of a SERIAL column? 472a473,476 > * Add DEFAULT .. AS OWNER so permission checks are done as the table > owner > > This would be useful for SERIAL nextval() calls and CHECK constraints.
1 parent 1e3496f commit 9bd5181

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

doc/TODO

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sat Apr 29 22:10:37 EDT 2006
5+
Last updated: Fri May 5 05:35:51 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -200,7 +200,7 @@ Data Types
200200
The positive modulus result returned by NUMERICs might be considered
201201
inaccurate, in one sense.
202202

203-
* %Disallow changing default expression of a SERIAL column?
203+
* %Disallow changing DEFAULT expression of a SERIAL column?
204204
* %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
205205
does not dump the changes
206206
* Fix data types where equality comparison isn't intuitive, e.g. box
@@ -470,6 +470,10 @@ SQL Commands
470470
* Make CLUSTER preserve recently-dead tuples per MVCC requirements
471471
* Add SQL99 WITH clause to SELECT
472472
* Add SQL99 WITH RECURSIVE to SELECT
473+
* Add DEFAULT .. AS OWNER so permission checks are done as the table
474+
owner
475+
476+
This would be useful for SERIAL nextval() calls and CHECK constraints.
473477

474478

475479
* CREATE

doc/src/FAQ/TODO.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Apr 29 22:10:37 EDT 2006
11+
Last updated: Fri May 5 05:35:51 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -185,7 +185,7 @@ <h1><a name="section_4">Data Types</a></h1>
185185
inaccurate, in one sense.
186186
</p>
187187
<ul>
188-
<li>%Disallow changing default expression of a SERIAL column?
188+
<li>%Disallow changing DEFAULT expression of a SERIAL column?
189189
</li><li>%Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
190190
does not dump the changes
191191
</li><li>Fix data types where equality comparison isn't intuitive, e.g. box
@@ -433,6 +433,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
433433
</li><li>Make CLUSTER preserve recently-dead tuples per MVCC requirements
434434
</li><li>Add SQL99 WITH clause to SELECT
435435
</li><li>Add SQL99 WITH RECURSIVE to SELECT
436+
</li><li>Add DEFAULT .. AS OWNER so permission checks are done as the table
437+
owner
438+
<p> This would be useful for SERIAL nextval() calls and CHECK constraints.
439+
</p>
436440
</li><li>CREATE
437441
<ul>
438442
<li>Allow CREATE TABLE AS to determine column lengths for complex

0 commit comments

Comments
 (0)