pgsql-server/ oc/src/sgml/ref/copy.sgml oc/src ...

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/08/04 01:09:36

Modified files:
doc/src/sgml/ref: copy.sgml set.sgml show.sgml
src/backend/postmaster: pgstat.c

Log message:
This patch fixes a probably harmless write of uninitialized memory in
the statistics collector and makes a number of corrections to the
documentation for SET, SHOW, and COPY.

Neil Conway