rujim
Results
2
comments of
rujim
Unfortunately it doesn't help me.
For example, we can use this statement to find the invalid indexes: `SELECT relnamespace::regnamespace::text,relname FROM pg_class, pg_index WHERE pg_index.indisvalid = false AND pg_index.indexrelid = pg_class.oid` or `SELECT d.datname, count(*) FROM...