pgsql-server/doc/src/sgml/ref set.sgml vacuum.sgml

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

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 02/10/09 12:27:48

Modified files:
doc/src/sgml/ref: set.sgml vacuum.sgml

Log message:
set.patch updates an example in ref/set.sgml to have microsecond
precision.

vacuum.patch updates ref/vacuum.sgml to explicitly state that an
exclusive lock is not obtained during normal (non-FULL) vacuum.

Rod Taylor