Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10d9bba

Browse files
committed
Fixes for CREATE CONSTRAINT manual page.
Michael Paesold
1 parent14914e0 commit10d9bba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/ref/create_constraint.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.16 2006/10/16 19:33:12 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.17 2006/10/17 12:53:03 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -52,20 +52,20 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
5252
<para>
5353
The name of the constraint trigger. The actual name of the
5454
created trigger will be of the form
55-
<literal>RI_ConstraintTrigger_0000<literal> (where 0000 is some number
55+
<literal>RI_ConstraintTrigger_0000</literal> (where 0000 is some number
5656
assigned by the server).
5757
Use this assigned name when dropping the trigger.
5858
</para>
5959
</listitem>
6060
</varlistentry>
6161

6262
<varlistentry>
63-
<term><replaceable class="PARAMETER">events</replaceable></term>
63+
<term><replaceable class="PARAMETER">event</replaceable></term>
6464
<listitem>
6565
<para>
6666
One of <literal>INSERT</literal>, <literal>UPDATE</literal>, or
6767
<literal>DELETE</literal>; this specifies the event that will fire the
68-
trigger. Multiple events can be specified using <literal>OR<literal>.
68+
trigger. Multiple events can be specified using <literal>OR</literal>.
6969
</para>
7070
</listitem>
7171
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp