Re: [HACKERS] redolog - for discussion

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] redolog - for discussion
Дата
Msg-id 199812130428.XAA14066@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] redolog - for discussion  (Vadim Mikheev <vadim@krs.ru>)
Ответы Re: [HACKERS] redolog - for discussion  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> It's time to re-implement sequences! When they were implemented
> ~ 1.5 year ago there was no GRANT/REVOKE on VIEWs and so
> I had to create table for each sequence.
> There should be one system table - pg_sequence. One record
> for each sequence will be inserted into this table and
> one VIEW will be created: 

I thought you wanted a single table to prevent concurrent access/update
contension?


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


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] BUG ON HAVING CLAUSE
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Parser bug (?)