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