ALTER SEQUENCE updates

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: ALTER SEQUENCE updates
Date: 2003-05-22 12:48:33
Message-ID: 1053607713.79120.630.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Brief note about sequence cache not being cleared in other backends.

Actually clear the cache in the backend making the alteration. This
follows in the footsteps of setval().

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

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

Attachment Content-Type Size
patch text/x-patch 1.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2003-05-22 14:42:54 CVSup doc correction (minor)
Previous Message Tom Lane 2003-05-22 05:15:04 Re: Heads up: 7.3.3 this Wednesday