mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
markup repair
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.35 2000/10/05 19:48:17 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.36 2000/10/08 13:22:24 petere Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -2049,14 +2049,14 @@ CREATE ASSERTION <replaceable>name</replaceable> CHECK ( <replaceable>condition<
|
|||||||
the foreign key to be checked only at the end of the
|
the foreign key to be checked only at the end of the
|
||||||
transaction.
|
transaction.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
<note>
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
|
||||||
<para>
|
<para>
|
||||||
<term>SET CONSTRAINT</term> changes the foreign key constraint mode
|
<command>SET CONSTRAINTS</> changes the foreign key constraint mode
|
||||||
only for the current transaction.
|
only for the current transaction.
|
||||||
</para>
|
</para>
|
||||||
<variablelist>
|
</note>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>INITIALLY IMMEDIATE</term>
|
<term>INITIALLY IMMEDIATE</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.1 2000/10/05 19:48:18 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.2 2000/10/08 13:22:24 petere Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<refentry id="app-pg_ctl">
|
<refentry id="app-pg-ctl">
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle id="app-pg_ctl-title">
|
<refentrytitle id="app-pg-ctl-title">
|
||||||
<application>pg_ctl</application>
|
<application>pg_ctl</application>
|
||||||
</refentrytitle>
|
</refentrytitle>
|
||||||
<refmiscinfo>Application</refmiscinfo>
|
<refmiscinfo>Application</refmiscinfo>
|
||||||
|
Reference in New Issue
Block a user