Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a6c082

Browse files
committed
New shell for the to be written CHECKPOINT documentation, so the summary
shows up in psql now.
1 parent 1fc331b commit 2a6c082

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

doc/src/sgml/ref/allfiles.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 $
33
Postgres documentation
44
Complete 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">

doc/src/sgml/ref/checkpoint.sgml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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>

doc/src/sgml/reference.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
PostgreSQL Reference Manual
55
-->
@@ -33,6 +33,7 @@ PostgreSQL Reference Manual
3333
&alterTable;
3434
&alterUser;
3535
&begin;
36+
&checkpoint;
3637
&close;
3738
&cluster;
3839
&commentOn;

0 commit comments

Comments
 (0)