Re: ALTER TABLE RENAME fix - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: ALTER TABLE RENAME fix
Date
Msg-id 200111121801.fACI1nG08966@candle.pha.pa.us
Whole thread Raw
In response to Re: ALTER TABLE RENAME fix  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Instead of trying to fix this, how about making the RI triggers not use
> > the column names in the first place.  (Instead they should use the oid of
> > the table and the attnums.)
>
> That would probably be a better answer in the long run, but since it
> implies initdb for everyone with an RI trigger, I'm disinclined to
> attack it that way during beta.

If that is the proper answer, maybe we should just leave it and fix it
properly in 7.3.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: stupid patch of pg_dumplo
Next
From: Peter Eisentraut
Date:
Subject: Re: [ODBC] MD5 support for ODBC