[EMAIL PROTECTED] 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster