From: Bruce Momjian
Date: Tue, 27 Jun 2006 18:35:05 +0000 (+0000)
Subject: Revert patch, doesn't do what it should:
X-Git-Tag: REL8_2_BETA1~666
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33b4ad66c9279a4eff1155031147c18613a691a0;p=postgresql
Revert patch, doesn't do what it should:
* %Disallow changing default expression of a SERIAL column
Dhanaraj M
---
diff --git a/doc/TODO b/doc/TODO
index bb72892fb4..5b5732ed4c 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 a3144b2f24..f5a46f16db 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -190,7 +190,10 @@ first.
inaccurate, in one sense.