Re: Patch for CREATE RULE sgml -- Was in: [DOCS]

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Emanuel Calvo <emanuel(dot)calvo(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch for CREATE RULE sgml -- Was in: [DOCS]
Date: 2014-04-22 21:54:54
Message-ID: 20140422215454.GG10046@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

On Mon, Mar 24, 2014 at 09:51:07PM +0900, Fujii Masao wrote:
> On Sat, Mar 22, 2014 at 12:56 AM, Emanuel Calvo
> <emanuel(dot)calvo(at)2ndquadrant(dot)com> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA512
> >
> >
> >
> > Hi guys,
> >
> > 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.
>
> Though I'm not sure the right policy of the format in synopsis, ISTM that
> the following format is suitable in this case, i.e., if the value list
> is very simple.
> Patch attached.
>
> SELECT | INSERT | UPDATE | DELETE

Patch applied.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2014-04-22 22:19:32 Re: Patch to add results for JSON operator examples
Previous Message Stefan Seifert 2014-04-19 19:08:30 Re: Re: [DOCS] Docs incorrectly claiming equivalence between show and pg_settings

Browse pgsql-hackers by date

  From Date Subject
Next Message Alfred Perlstein 2014-04-22 22:01:50 Re: Perfomance degradation 9.3 (vs 9.2) for FreeBSD
Previous Message Michael Paquier 2014-04-22 21:53:54 Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode