Re: mogrify and indent features for jsonb - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: mogrify and indent features for jsonb
Date
Msg-id 20150429182201.GA30322@tamriel.snowman.net
Whole thread Raw
In response to Re: mogrify and indent features for jsonb  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
* Alvaro Herrera (alvherre@2ndquadrant.com) wrote:
> Robert Haas wrote:
> > On Mon, Apr 27, 2015 at 6:41 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
> > > There's one exception I, at least, have to this rule, namely when there's a
> > > corresponding compound if or else. I personally find this unaesthetic to put
> > > it mildly:
> > >
> > >    if (condition)
> > >        statement;
> > >    else
> > >    {
> > >        block of statements;
> > >    }
> >
> > Hmm, I don't dislike that style.  If somebody submitted a patch with
> > braces around the lone statement, I would remove them before
> > committing.
>
> Same here.

Agreed.
Thanks!
    Stephen

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: mogrify and indent features for jsonb
Next
From: Robert Haas
Date:
Subject: Re: cache invalidation for PL/pgsql functions