Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRFUC-0004sn-Nx for pgsql-hackers@arkaria.postgresql.org; Sat, 22 Mar 2014 06:32:53 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1WRFUB-0000lK-Tf for pgsql-hackers@arkaria.postgresql.org; Sat, 22 Mar 2014 06:32:51 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRFUA-0000lA-4F for pgsql-hackers@postgresql.org; Sat, 22 Mar 2014 06:32:50 +0000 Received: from mail-qc0-x235.google.com ([2607:f8b0:400d:c01::235]) by makus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRFU7-00077x-1l for pgsql-hackers@postgresql.org; Sat, 22 Mar 2014 06:32:49 +0000 Received: by mail-qc0-f181.google.com with SMTP id e9so3826101qcy.40 for ; Fri, 21 Mar 2014 23:32:45 -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=4p05Uar9YJaSphEI4azA4buw727+R9M8NEv7wwBvxyY=; b=JwkjgU/DhDWB26HwK6DgNiDB5Qq8OoW3tEmqMWGf3XiCv+M4dYNLVsxntlcV+Nf7+r oM8p11OBx239fQymxwMnrXmoMmHpq29MApqci2/8vANg69Qgdf7iZOUt/cGjWj6Dc7rP Bvlk9+KisNo1zTcB1I9AjQ9259ob+Y2Pbk1hTAxnE4fqjWks87+05sL1tHKQVGn4sJpw XAs0oEyrXIndzb/oZn9tigKAWnS5gZO4t4WMlttXb97C4xvdY5HMWm4fOdScjTvqhEYZ VbKkIaHrTtVVDK5By6LUFsZ49Xws5QsO6SpWwwOeY/w4Z2/n37Mv9Uz580S6gRypTXkU t1Ng== MIME-Version: 1.0 X-Received: by 10.140.84.39 with SMTP id k36mr13175036qgd.51.1395469965448; Fri, 21 Mar 2014 23:32:45 -0700 (PDT) Received: by 10.140.91.136 with HTTP; Fri, 21 Mar 2014 23:32:45 -0700 (PDT) In-Reply-To: References: <532B4E72.90309@2ndquadrant.com> <532C6111.4040102@2ndquadrant.com> Date: Sat, 22 Mar 2014 15:32:45 +0900 Message-ID: Subject: Re: Patch for CREATE RULE sgml -- Was in: [DOCS] From: Michael Paquier To: Jaime Casanova Cc: Emanuel Calvo , "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 11:18 AM, Jaime Casanova wrote: > On Fri, Mar 21, 2014 at 8:15 PM, Michael Paquier > wrote: >> >> 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. >> > >> The list of events possible is already listed in the section >> "Parameters" => "event": > > AFAIU, the synopsis is used to build the help command (\h) in psql. > Currently in that help the events doesn't appear. > btw, CREATE TRIGGER already looks this way: > http://www.postgresql.org/docs/current/static/sql-createtrigger.html You are right, I forgot this one... In this case patch 2 could be backpatched... -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers