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

2002-02-01 Thread Tom Lane
[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 lan

[BUGS] Bug #570: \d in psql does not show triggers

2002-02-01 Thread pgsql-bugs
Gerald Vogt ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description \d in psql does not show triggers Long Description When using \d in psql to find details of a table, occasionally triggers will not be listed although the table does