New shell for the to be written CHECKPOINT documentation, so the summary
authorPeter Eisentraut
Sat, 13 Jan 2001 03:11:12 +0000 (03:11 +0000)
committerPeter Eisentraut
Sat, 13 Jan 2001 03:11:12 +0000 (03:11 +0000)
shows up in psql now.

doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/checkpoint.sgml [new file with mode: 0644]
doc/src/sgml/reference.sgml

index 6c9bbc5248ddcfd66bc553791224b100e8e77e4b..0088896131e1e5217568528f2bc319a0f03e41ad 100644 (file)
@@ -1,5 +1,5 @@
 
@@ -41,6 +41,7 @@ Complete list of usable sgml source files in this directory.
 
 
 
+
 
 
 
diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml
new file mode 100644 (file)
index 0000000..506934b
--- /dev/null
@@ -0,0 +1,48 @@
+
+
+
+  2001-01-13
+
+  CHECKPOINT
+  SQL - Language Statements
+
+  CHECKPOINT
+  Force transaction log to disk
+
+
+CHECKPOINT
+
+
+  Description
+
+  
+   This documentation needs to be written.
+  
+
+  See Also
+
+  
+   PostgreSQL Administrator's Guide
+  
+
+  Compatibility
+
+  
+   The CHECKPOINT command is a
+   PostgreSQL language extension.
+  
+
index 63a03b769341ada9feb1856ca4095bfcaeffddb7..e8bea8d6f3e0003bc3e069cd6e5b6cd48f2945f4 100644 (file)
@@ -1,5 +1,5 @@
 
@@ -33,6 +33,7 @@ PostgreSQL Reference Manual
    &alterTable;
    &alterUser;
    &begin;
+   &checkpoint;
    &close;
    &cluster;
    &commentOn;