Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRAXA-0001hQ-2M for pgsql-hackers@arkaria.postgresql.org; Sat, 22 Mar 2014 01:15:36 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1WRAX9-0003Ih-J5 for pgsql-hackers@arkaria.postgresql.org; Sat, 22 Mar 2014 01:15:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRAX8-0003IY-5u for pgsql-hackers@postgresql.org; Sat, 22 Mar 2014 01:15:34 +0000 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]) by magus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRAX4-0000jr-NO for pgsql-hackers@postgresql.org; Sat, 22 Mar 2014 01:15:33 +0000 Received: by mail-qc0-f171.google.com with SMTP id c9so3701171qcz.2 for ; Fri, 21 Mar 2014 18:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bA0a5jIXizQXyUsVMITwJSARTgu+iHhFUOX2i5fbbWk=; b=YfWbPZuzm/sUP4DnRrUG3nQ3cntiO3poZQyqaZRara01+6aQLb9602D2KnFwIFQ2kT Ccs5XClILzQmHxwLONsCoraMXEog0DrXdjLdSiUtK9d5NSWQGQxXybgLcfS38L1ebrBh 2hJqKnpSIl87AmlvpzAAqL+f0rSYZ9JHHQBuqh1bQ2YH309svIhmwKK3aZbDfDyDsxiV a71vdB0f4tsENMmIYG/fMcByx+qFgspVa6SA7t/EBMbEKU0hQO3zW+uMx2h7VEINzoXU 09fW+0oTVl0A1LuUfSCcELm+WDwHv23uo/ILWxuvGa6ycxbkssBxZfpPNYsXLCZtABZf WgWw== MIME-Version: 1.0 X-Received: by 10.140.30.98 with SMTP id c89mr57362681qgc.13.1395450928609; Fri, 21 Mar 2014 18:15:28 -0700 (PDT) Received: by 10.140.91.136 with HTTP; Fri, 21 Mar 2014 18:15:28 -0700 (PDT) In-Reply-To: <532C6111.4040102@2ndquadrant.com> References: <532B4E72.90309@2ndquadrant.com> <532C6111.4040102@2ndquadrant.com> Date: Sat, 22 Mar 2014 10:15:28 +0900 Message-ID: Subject: Re: Patch for CREATE RULE sgml -- Was in: [DOCS] From: Michael Paquier To: Emanuel Calvo Cc: "pgsql-hackers@postgresql.org" Content-Type: text/plain; charset=ISO-8859-1 X-Pg-Spam-Score: -2.0 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-hackers Precedence: bulk Sender: pgsql-hackers-owner@postgresql.org On Sat, Mar 22, 2014 at 12:56 AM, Emanuel Calvo 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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers