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

Appearance settings

Commit 10d9bba

Browse filesBrowse files
committed
Fixes for CREATE CONSTRAINT manual page.
Michael Paesold
1 parent 14914e0 commit 10d9bba
Copy full SHA for 10d9bba

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

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

Copy file name to clipboardExpand all lines: doc/src/sgml/ref/create_constraint.sgml
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.