Re: pgsql: Allow ALTER TABLE ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Allow ALTER TABLE ...
Date: 2006-02-12 00:29:10
Message-ID: 671.1139704150@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> Log Message:
> -----------
> Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME

This patch appears seriously broken, in particular every routine I
looked at contained incorrect locking assumptions. Nor do I care
for using pg_depend for the purposes it's being used for here.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-02-12 00:35:50 pgfouine - www:
Previous Message Tom Lane 2006-02-12 00:18:17 pgsql: Actually there's a better way to do this, which is to count

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-02-12 00:50:22 Re: Scrollable cursors and Sort performance
Previous Message Tom Lane 2006-02-12 00:21:45 Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)