diff options
author | Peter Eisentraut | 2001-01-27 10:19:52 +0000 |
---|---|---|
committer | Peter Eisentraut | 2001-01-27 10:19:52 +0000 |
commit | dc7a0009f0b12fcae2cd6895552f8b8660d3551c (patch) | |
tree | 010bf0af5c9a663b1f9fb1c4ecb25ecf06326dac /doc/src | |
parent | 80caa741ab325718ee987c559c78da91a0bb1116 (diff) |
Add permission check for CHECKPOINT.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/checkpoint.sgml | 7 |
1 files changed, 6 insertions, 1 deletions
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 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.2 2001/01/24 21:56:23 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.3 2001/01/27 10:19:52 petere Exp $ --> <refentry id="sql-checkpoint"> <docinfo> @@ -40,6 +40,11 @@ CHECKPOINT <citetitle>PostgreSQL Administrator's Guide</citetitle> for more information about the WAL system. </para> + + <para> + Only superusers may call <command>CHECKPOINT</command>. The command is + not intended for use during normal operation. + </para> </refsect1> <refsect1> |