pgsql-server: Make ALTER TABLE ADD SERIAL work reasonably in inheritance

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Make ALTER TABLE ADD SERIAL work reasonably in inheritance
Date: 2004-06-10 18:34:46
Message-ID: 20040610183446.59BE7D1B172@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too.

Modified Files:
--------------
pgsql-server/src/backend/commands:
tablecmds.c (r1.114 -> r1.115)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/tablecmds.c.diff?r1=1.114&r2=1.115)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-06-10 19:04:50 pgsql-server: Done: > * -Print table names with constraint names in
Previous Message Tom Lane 2004-06-10 18:25:05 pgsql-server: Fix oversight in recent ALTER TABLE improvements.