File tree Expand file tree Collapse file tree 3 files changed +52
-2
lines changed Expand file tree Collapse file tree 3 files changed +52
-2
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.26 2000/11/24 20:16:38 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.27 2001/01/13 03:11:12 petere Exp $
33Postgres documentation
44Complete list of usable sgml source files in this directory.
55-->
@@ -41,6 +41,7 @@ Complete list of usable sgml source files in this directory.
4141<!entity alterTable system "alter_table.sgml">
4242<!entity alterUser system "alter_user.sgml">
4343<!entity begin system "begin.sgml">
44+ <!entity checkpoint system "checkpoint.sgml">
4445<!entity close system "close.sgml">
4546<!entity cluster system "cluster.sgml">
4647<!entity commentOn system "comment.sgml">
Original file line number Diff line number Diff line change 1+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.1 2001/01/13 03:11:12 petere Exp $ -->
2+
3+ <refentry id="sql-checkpoint">
4+ <docinfo>
5+ <date>2001-01-13</date>
6+ </docinfo>
7+
8+ <refmeta>
9+ <refentrytitle id="sql-checkpoint-title">CHECKPOINT</refentrytitle>
10+ <refmiscinfo>SQL - Language Statements</refmiscinfo>
11+ </refmeta>
12+
13+ <refnamediv>
14+ <refname>CHECKPOINT</refname>
15+ <refpurpose>Force transaction log to disk</refpurpose>
16+ </refnamediv>
17+
18+ <refsynopsisdiv>
19+ <synopsis>
20+ CHECKPOINT
21+ </synopsis>
22+ </refsynopsisdiv>
23+
24+ <refsect1>
25+ <title>Description</title>
26+
27+ <para>
28+ This documentation needs to be written.
29+ </para>
30+ </refsect1>
31+
32+ <refsect1>
33+ <title>See Also</title>
34+
35+ <para>
36+ <citetitle>PostgreSQL Administrator's Guide</citetitle>
37+ </para>
38+ </refsect1>
39+
40+ <refsect1>
41+ <title>Compatibility</title>
42+
43+ <para>
44+ The <command>CHECKPOINT</command> command is a
45+ <productname>PostgreSQL</productname> language extension.
46+ </para>
47+ </refsect1>
48+ </refentry>
Original file line number Diff line number Diff line change 11<!-- reference.sgml
2- $Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.11 2000/12/25 23:15:26 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.12 2001/01/13 03:11:12 petere Exp $
33
44PostgreSQL Reference Manual
55-->
@@ -33,6 +33,7 @@ PostgreSQL Reference Manual
3333 &alterTable;
3434 &alterUser;
3535 &begin;
36+ &checkpoint;
3637 &close;
3738 &cluster;
3839 &commentOn;
You can’t perform that action at this time.
0 commit comments