Skip to content
Snippets Groups Projects
Commit 6121aed8 authored by Tom Lane's avatar Tom Lane
Browse files

Fix oversight in recent ALTER TABLE improvements. We now support

ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the
dependency between the column and the sequence, so the sequence
would not go away if you dropped the table later.
parent c9d327b8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment