Re: Pretty printed trigger in psql

From: "Brad T(dot) Sliger" <brad(at)sliger(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Pretty printed trigger in psql
Date: 2010-01-19 05:41:47
Message-ID: 201001182141.48138.brad@sliger.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Monday 18 January 2010 16:40:07 Takahiro Itagaki wrote:
> "Brad T. Sliger" <brad(at)sliger(dot)org> wrote:
> > I tried to apply this patch to the latest version of PostgreSQL in git
> > (bbfc96e). Some of the patch did not apply. Please find attached the
> > output from patch. The full path of the ruleutils.c.rej is
> > src/backend/utils/adt/ruleutils.c.rej
>
> The attached patch is rebased to current CVS.

That patch applies, builds and installs. `gmake check` and `gmake distcheck` pass. The code style looks fine and the
patch doesn't seem to add additional lint.

The patch does remove extra ()'s from trigger descriptions with \d in psql.

As far as I can tell, everything looks reasonable.

> Regards,
> ---
> Takahiro Itagaki
> NTT Open Source Software Center

Thanks,

--bts

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-19 05:51:42 Re: Table size does not include toast size
Previous Message Takahiro Itagaki 2010-01-19 05:23:02 Re: Fix auto-prepare #2