From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Rod Taylor <rbt(at)zort(dot)ca> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Truncate |
Date: | 2002-08-22 04:51:16 |
Message-ID: | 200208220451.g7M4pGd07749@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Rod Taylor wrote:
> On Tue, 2002-08-20 at 10:21, Tom Lane wrote:
> > Rod Taylor <rbt(at)zort(dot)ca> writes:
> > > The issue with finding and removing foreign key constraints is no longer
> > > an issue, so please apply the attached.
> >
> > I do not like adding a system-table index just for the convenience of
> > this one not-very-time-critical function. Please rewrite the patch
> > without that.
>
> > BTW, if you are only reading the table and not writing it, the correct
> > lock type to get is AccessShareLock, not RowExclusiveLock.
>
> Corrected both of the above.
>
[ Attachment, skipping... ]
[ Attachment, skipping... ]
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-08-22 04:56:53 | Re: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching |
Previous Message | Bruce Momjian | 2002-08-22 04:47:17 | Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes |