| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | scrappy(at)hub(dot)org (The Hermit Hacker) |
| Cc: | vadim(at)krs(dot)ru, jwieck(at)debis(dot)com, pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] redolog - for discussion |
| Date: | 1998-12-13 23:57:28 |
| Message-ID: | 199812132357.SAA03150@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> On Sat, 12 Dec 1998, Bruce Momjian wrote:
>
> > > 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?
>
> let's revise what vadim stated *grin*
>
> "we should re-implement sequences for v6.5, since row-level
> locking will exist at that time"? *rofl*
Oh, now I understand. :-) Vadim, don't be so modest. :-)
--
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas G. Lockhart | 1998-12-14 00:29:15 | Re: [HACKERS] Case statement ready! |
| Previous Message | Thomas G. Lockhart | 1998-12-13 22:03:18 | Re: [HACKERS] Date/time on glibc2 linux |