diff options
Diffstat (limited to 'doc/src/sgml/ref/checkpoint.sgml')
-rw-r--r-- | doc/src/sgml/ref/checkpoint.sgml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml index 9023b899982..badcaa4dacf 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.7 2003/01/19 00:13:29 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.8 2003/03/25 16:15:39 petere Exp $ --> <refentry id="sql-checkpoint"> <refmeta> @@ -34,7 +34,7 @@ CHECKPOINT A checkpoint is a point in the transaction log sequence at which all data files have been updated to reflect the information in the log. All data files will be flushed to disk. Refer to the - &cite-admin; for more information about the WAL system. + <xref linkend="wal"> for more information about the WAL system. </para> <para> @@ -44,14 +44,6 @@ CHECKPOINT </refsect1> <refsect1> - <title>See Also</title> - - <para> - &cite-admin; - </para> - </refsect1> - - <refsect1> <title>Compatibility</title> <para> |