Skip to content

Commit 10d9bba

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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy