From dc7a0009f0b12fcae2cd6895552f8b8660d3551c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 27 Jan 2001 10:19:52 +0000 Subject: Add permission check for CHECKPOINT. --- doc/src/sgml/ref/checkpoint.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml index 83df9e6537f..021035888b4 100644 --- a/doc/src/sgml/ref/checkpoint.sgml +++ b/doc/src/sgml/ref/checkpoint.sgml @@ -1,4 +1,4 @@ - + @@ -40,6 +40,11 @@ CHECKPOINT PostgreSQL Administrator's Guide for more information about the WAL system. + + + Only superusers may call CHECKPOINT. The command is + not intended for use during normal operation. + -- cgit v1.2.3