aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-06-10 18:25:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-06-10 18:25:02 +0000
commit6121aed8a51966321a43e59750a7a6b9bb6eca36 (patch)
tree9363e0a851cc9dbc5e55b8a64a829fc4eb44e23d /src/backend/tcop/postgres.c
parentc9d327b866b76f672a04cd9c320bab77ab706c0e (diff)
downloadpostgresql-6121aed8a51966321a43e59750a7a6b9bb6eca36.tar.gz
postgresql-6121aed8a51966321a43e59750a7a6b9bb6eca36.zip
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions