summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html5
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index bb72892fb43..5b5732ed4ce 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -208,7 +208,11 @@ Data Types
The positive modulus result returned by NUMERICs might be considered
inaccurate, in one sense.
-* -Disallow changing DEFAULT expression of a SERIAL column
+* %Disallow changing DEFAULT expression of a SERIAL column?
+
+ This should be done only if the existing SERIAL problems cannot be
+ fixed.
+
* %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
does not dump the changes
* Fix data types where equality comparison isn't intuitive, e.g. box
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index a3144b2f24f..f5a46f16db4 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -190,7 +190,10 @@ first.
inaccurate, in one sense.
</p>
<ul>
- <li>-<em>Disallow changing DEFAULT expression of a SERIAL column</em>
+ <li>%Disallow changing DEFAULT expression of a SERIAL column?
+<p> This should be done only if the existing SERIAL problems cannot be
+ fixed.
+</p>
</li><li>%Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
does not dump the changes
</li><li>Fix data types where equality comparison isn't intuitive, e.g. box