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.
This should be done only if the existing SERIAL problems cannot be + fixed. +