1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Revert patch, doesn't do what it should:

* %Disallow changing default expression of a SERIAL column

Dhanaraj M
This commit is contained in:
Bruce Momjian
2006-06-27 18:35:05 +00:00
parent cdd5178c69
commit 33b4ad66c9
7 changed files with 14 additions and 151 deletions

View File

@ -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