Re: sequence caches

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: jks(at)selectacast(dot)net, pgsql-general(at)postgresql(dot)org
Subject: Re: sequence caches
Date: 2003-05-20 21:14:31
Message-ID: 1053465271.21079.33.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2003-05-20 at 14:50, Tom Lane wrote:
> Rod Taylor <rbt(at)rbt(dot)ca> writes:
> > ALTER SEQUENCE in CVS Tip does not clear the sequence cache when
> > alterations have been made, although it certainly could.
>
> And you would persude other backends to clear their caches how?

Good question -- but setval clears the local cache, so I figure I should
probably do at least that for ALTER SEQUENCE ... RESTART WITH ? .

--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2003-05-20 21:19:09 Re: Subqueries and the optimizer
Previous Message Dean Gibson (DB Administrator) 2003-05-20 21:11:03 Re: Subqueries and the optimizer