diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-27 18:35:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-27 18:35:05 +0000 |
commit | 33b4ad66c9279a4eff1155031147c18613a691a0 (patch) | |
tree | 4c47ae5ea7210750a10ab7fda75c36288416001c /doc/src | |
parent | cdd5178c69c4cc80baedba0c7829c63b9f78d0f5 (diff) | |
download | postgresql-33b4ad66c9279a4eff1155031147c18613a691a0.tar.gz postgresql-33b4ad66c9279a4eff1155031147c18613a691a0.zip |
Revert patch, doesn't do what it should:
* %Disallow changing default expression of a SERIAL column
Dhanaraj M
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 |