AW: AW: AW: ALTER TABLE DROP COLUMN

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, PostgreSQL Development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: AW: AW: AW: ALTER TABLE DROP COLUMN
Date: 2000-10-16 14:59:01
Message-ID: 11C1E6749A55D411A9670001FA6879633680AB@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> I think we do, because it solves more than just the ALTER DROP COLUMN
> problem: it cleans up other sore spots too. Like ALTER TABLE ADD COLUMN
> in a table with child tables.

Yes, could also implement "add column xx int before someothercolumn"
to add a column in the middle.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2000-10-16 15:05:24 7.1 and ecpg
Previous Message Don Baccus 2000-10-16 14:50:32 RE: AW: ALTER TABLE DROP COLUMN