Re: Truncate

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Truncate
Дата
Msg-id 200208220451.g7M4pGd07749@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Truncate  (Rod Taylor <rbt@zort.ca>)
Список pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Rod Taylor wrote:
> On Tue, 2002-08-20 at 10:21, Tom Lane wrote:
> > Rod Taylor <rbt@zort.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@postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching