checkpoint.sgml

来自「PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统」· SGML 代码 · 共 76 行

SGML
76
字号
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.13 2005/01/04 00:39:53 tgl Exp $ --><refentry id="sql-checkpoint"> <refmeta>  <refentrytitle id="sql-checkpoint-title">CHECKPOINT</refentrytitle>  <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> <refnamediv>  <refname>CHECKPOINT</refname>  <refpurpose>force a transaction log checkpoint</refpurpose> </refnamediv> <indexterm zone="sql-checkpoint">  <primary>CHECKPOINT</primary> </indexterm> <refsynopsisdiv><synopsis>CHECKPOINT</synopsis> </refsynopsisdiv> <refsect1>  <title>Description</title>  <para>   Write-Ahead Logging (WAL) puts a checkpoint in the transaction log   every so often. (To adjust the automatic checkpoint interval, see   the run-time configuration options <xref linkend="guc-checkpoint-segments">   and <xref linkend="guc-checkpoint-timeout">.)  The   <command>CHECKPOINT</command> command forces an immediate   checkpoint when the command is issued, without waiting for a   scheduled checkpoint.  </para>  <para>   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   <xref linkend="wal"> for more information about the WAL system.  </para>  <para>   Only superusers may call <command>CHECKPOINT</command>.  The command is   not intended for use during normal operation.  </para> </refsect1> <refsect1>  <title>Compatibility</title>  <para>   The <command>CHECKPOINT</command> command is a   <productname>PostgreSQL</productname> language extension.  </para> </refsect1></refentry><!-- Keep this comment at the end of the fileLocal variables:mode: sgmlsgml-omittag:nilsgml-shorttag:tsgml-minimize-attributes:nilsgml-always-quote-attributes:tsgml-indent-step:1sgml-indent-data:tsgml-parent-document:nilsgml-default-dtd-file:"../reference.ced"sgml-exposed-tags:nilsgml-local-catalogs:"/usr/lib/sgml/catalog"sgml-local-ecat-files:nilEnd:-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?