Re: [HACKERS] Delaying insertion of default values

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Jan Wieck <jwieck(at)debis(dot)com>
Cc: Vadim Mikheev <vadim(at)krs(dot)ru>, tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Delaying insertion of default values
Date: 1999-07-08 15:47:23
Message-ID: 199907081547.LAA08980@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Vadim wrote:
>
> > ALTER TABLE could (or should?) re-compile table' rules...
>
> Rules should be recompilable for various reasons. DROP/CREATE
> of objects (relations, functions etc.) referenced in rules
> changes their OID and needs recompilation too.

Added to TODO:

* Allow RULE recomplation

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-08 15:53:58 Re: [HACKERS] Arbitrary tuple size
Previous Message Bruce Momjian 1999-07-08 15:45:10 Re: [HACKERS] Updated TODO list