Re: Bug #570: \d in psql does not show triggers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: gv_de(at)yahoo(dot)de, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #570: \d in psql does not show triggers
Date: 2002-02-01 14:52:07
Message-ID: 10057.1012575127@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2002-02-01 16:27:16 Re: strange bug with vacuum
Previous Message pgsql-bugs 2002-02-01 13:41:06 Bug #570: \d in psql does not show triggers