OSDN Git Service

Fix oversight in recent ALTER TABLE improvements. We now support
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jun 2004 18:25:02 +0000 (18:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jun 2004 18:25:02 +0000 (18:25 +0000)
commit6121aed8a51966321a43e59750a7a6b9bb6eca36
tree9363e0a851cc9dbc5e55b8a64a829fc4eb44e23d
parentc9d327b866b76f672a04cd9c320bab77ab706c0e
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.
src/backend/commands/tablecmds.c