diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
| commit | be2b660ecd5ca205570825633e7b8479379ddc64 (patch) | |
| tree | 8b229de93c4810a7f1cdd6b29099316abc05c2d7 /doc/src/sgml/ref/checkpoint.sgml | |
| parent | 2042daf5c3f54f338c8a332e7314c23bff5d0c36 (diff) | |
| download | postgresql-be2b660ecd5ca205570825633e7b8479379ddc64.tar.gz | |
This patch includes a lot of minor cleanups to the SGML documentation,
including:
- replacing all the appropriate usages of <citetitle>PostgreSQL
...</citetitle> with &cite-user;, &cite-admin;, and so on
- fix an omission in the EXECUTE documentation
- add some more text to the EXPLAIN documentation
- improve the PL/PgSQL RETURN NEXT documentation (more work to do here)
- minor markup fixes
Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/checkpoint.sgml')
| -rw-r--r-- | doc/src/sgml/ref/checkpoint.sgml | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml index 2ac485f4c4..9023b89998 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.6 2002/04/21 19:02:39 thomas Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.7 2003/01/19 00:13:29 momjian Exp $ --> <refentry id="sql-checkpoint"> <refmeta> @@ -34,8 +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 - <citetitle>PostgreSQL Administrator's Guide</citetitle> for more - information about the WAL system. + &cite-admin; for more information about the WAL system. </para> <para> @@ -48,7 +47,7 @@ CHECKPOINT <title>See Also</title> <para> - <citetitle>PostgreSQL Administrator's Guide</citetitle> + &cite-admin; </para> </refsect1> @@ -61,3 +60,20 @@ CHECKPOINT </para> </refsect1> </refentry> + +<!-- Keep this comment at the end of the file +Local variables: +mode: sgml +sgml-omittag:nil +sgml-shorttag:t +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:1 +sgml-indent-data:t +sgml-parent-document:nil +sgml-default-dtd-file:"../reference.ced" +sgml-exposed-tags:nil +sgml-local-catalogs:"/usr/lib/sgml/catalog" +sgml-local-ecat-files:nil +End: +--> |
