Re: PostgreSQL BugTool Submission

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PostgreSQL BugTool Submission
Дата
Msg-id 200010140436.AAA25361@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL BugTool Submission  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: PostgreSQL BugTool Submission  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-bugs
Can someone give me a good description of this for TODO?

>
> Yes, this is a known issue due to the fact that the
> triggers use SPI and need to use SELECT ... FOR UPDATE
> to lock the rows it is reading (and select for update
> requires the update permission).  The workaround I
> know about for now is to give update permission and make
> triggers to disallow updates as appropriate.
>
> (If this isn't in the TODO list or FAQ yet, it probably
> should be.)
>
> Stephan Szabo
> sszabo@bigpanda.com
>
> On Wed, 23 Aug 2000 pgsql-bugs@postgresql.org wrote:
>
> > NAGY Andras (nagya@inf.elte.hu) reports a bug with a severity of 3
> > The lower the number the more severe it is.
> >
> > Short Description
> > Foreign keys referencing read-only tables fail
>
>


--
  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-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Drop table doesn't drop serial sequences.
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: ORDER BY on INTERSECT