Re: Indicate disabled triggers in \d - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Indicate disabled triggers in \d
Date
Msg-id 200701202121.l0KLLPD11747@momjian.us
Whole thread Raw
In response to Re: Indicate disabled triggers in \d  ("Brendan Jurd" <direvus@gmail.com>)
List pgsql-hackers
Patch applied by Neil.  Thanks.

---------------------------------------------------------------------------


Brendan Jurd wrote:
> On 11/7/06, Brendan Jurd <direvus@gmail.com> wrote:
> > As discussed briefly on pgsql-hackers, the current psql \d command
> > does not make any distinction between enabled and disabled triggers.
> >
> > The attached patch modifies psql's describeOneTableDetails() such that
> > triggers and disabled triggers are displayed as two separate footer
> > lists, for example:
> >
>
> Minor fix to the previous patch; result7 was not being cleared at the
> end of the block.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Windows buildfarm failures
Next
From: Tom Lane
Date:
Subject: Simplifying pg_am representation of index sortability