Brief note about sequence cache not being cleared in other backends.
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 07:49:43 +0000 (07:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 07:49:43 +0000 (07:49 +0000)
commite9cda08b2b79303e36594e1d4e5e09ea2db84b6a
treeaced1feff6e484d853727aab3673c85d8de3cbcc
parentb4cea00a1fc9d2270bfe9aeeee44915378d5f733
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
doc/src/sgml/keywords.sgml
doc/src/sgml/ref/alter_sequence.sgml
doc/src/sgml/ref/create_table.sgml
src/backend/commands/sequence.c