pgsql-server/ oc/src/sgml/keywords.sgml oc/src ...

Started by Bruce Momjianabout 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/06/12 04:49:43

Modified files:
doc/src/sgml : keywords.sgml
doc/src/sgml/ref: alter_sequence.sgml create_table.sgml
src/backend/commands: sequence.c

Log message:
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