diff options
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> |