Re: Patch for CREATE RULE sgml -- Was in: [DOCS] - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Patch for CREATE RULE sgml -- Was in: [DOCS]
Date
Msg-id CAB7nPqRhXxFxRwXdSqpgxbzB2_0s=xDSbes1-o+p4dP8KNYw0A@mail.gmail.com
Whole thread Raw
In response to Patch for CREATE RULE sgml -- Was in: [DOCS]  (Emanuel Calvo <emanuel.calvo@2ndquadrant.com>)
Responses Re: Patch for CREATE RULE sgml -- Was in: [DOCS]  (Jaime Casanova <jaime@2ndquadrant.com>)
List pgsql-hackers
On Sat, Mar 22, 2014 at 12:56 AM, Emanuel Calvo
<emanuel.calvo@2ndquadrant.com> wrote:
> I realized that the output of the CREATE RULE has not a detailed
> output for the "events" parameter.
>
> But the question here is that I'm not sure which format follow:
>
> { INSERT | UPDATE | DELETE | SELECT}
>
> or
>
>     INSERT
>     UPDATE
>     DELETE
>     SELECT
> - --
>
>
> I attach a patch for each one.
>
> I sent a mail to pgsql-docs but no response has been received.
The list of events possible is already listed in the section
"Parameters" => "event":
Page: http://www.postgresql.org/docs/devel/static/sql-createrule.html
Quote: "The event is one of SELECT, INSERT, UPDATE, or DELETE."
Regards,
-- 
Michael



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: psql blows up on BOM character sequence
Next
From: Thom Brown
Date:
Subject: Re: Partial index locks