Re: Bug #570: \d in psql does not show triggers - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #570: \d in psql does not show triggers
Date
Msg-id 10057.1012575127@sss.pgh.pa.us
Whole thread Raw
In response to Bug #570: \d in psql does not show triggers  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> This is due to a bug in bin/psql/describe.c line 793
> < if (!error && tableinfo.hasrules)
> should probably be
> > if (!error && tableinfo.triggers)

Looks like this is already fixed in 7.2 sources.  But thanks for the
report!

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #570: \d in psql does not show triggers
Next
From: Stephan Szabo
Date:
Subject: Re: strange bug with vacuum