Joe Maldonado <[EMAIL PROTECTED]> writes: > db=# vacuum verbose analyze pg_catalog.pg_attribute; > INFO: vacuuming "pg_catalog.pg_attribute" > INFO: index "pg_attribute_relid_attnam_index" now contains 9965 row > versions in 181557 pages
REINDEX is probably the only realistic way to fix that. It shouldn't take very long, fortunately, so the exclusive lock shouldn't be an enormous problem. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly