Re: Constraint trigger doc patch

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: Constraint trigger doc patch
Дата
Msg-id 45347E65.3050802@gmx.at
обсуждение исходный текст
Ответ на Re: Constraint trigger doc patch  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Constraint trigger doc patch
Re: Constraint trigger doc patch
Список pgsql-patches
Bruce Momjian schrieb:
> Manual page changed applied.  Thanks.

Ok, here is small patch fixing the remaining items I found when
reviewing the built page. Two items are just SGML bugs, the other item
is to finish an incomplete change from the previous "events" to the new
"event [ OR ... ]" notation.

Best Regards,
Michael Paesold

For quick reference:
http://momjian.us/main/writings/pgsql/sgml/sql-createconstraint.html
Index: create_constraint.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v
retrieving revision 1.16
diff -c -r1.16 create_constraint.sgml
*** doc/src/sgml/ref/create_constraint.sgml    16 Oct 2006 19:33:12 -0000    1.16
--- doc/src/sgml/ref/create_constraint.sgml    17 Oct 2006 06:48:14 -0000
***************
*** 52,58 ****
       <para>
        The name of the constraint trigger. The actual name of the
        created trigger will be of the form
!       <literal>RI_ConstraintTrigger_0000<literal> (where 0000 is some number
        assigned by the server).
        Use this assigned name when dropping the trigger.
       </para>
--- 52,58 ----
       <para>
        The name of the constraint trigger. The actual name of the
        created trigger will be of the form
!       <literal>RI_ConstraintTrigger_0000</literal> (where 0000 is some number
        assigned by the server).
        Use this assigned name when dropping the trigger.
       </para>
***************
*** 60,71 ****
     </varlistentry>

     <varlistentry>
!     <term><replaceable class="PARAMETER">events</replaceable></term>
      <listitem>
       <para>
        One of <literal>INSERT</literal>, <literal>UPDATE</literal>, or
        <literal>DELETE</literal>; this specifies the event that will fire the
!       trigger. Multiple events can be specified using <literal>OR<literal>.
       </para>
      </listitem>
     </varlistentry>
--- 60,71 ----
     </varlistentry>

     <varlistentry>
!     <term><replaceable class="PARAMETER">event</replaceable></term>
      <listitem>
       <para>
        One of <literal>INSERT</literal>, <literal>UPDATE</literal>, or
        <literal>DELETE</literal>; this specifies the event that will fire the
!       trigger. Multiple events can be specified using <literal>OR</literal>.
       </para>
      </listitem>
     </varlistentry>

В списке pgsql-patches по дате отправления:

Предыдущее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Brazilian FAQ update
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Constraint trigger doc patch