On Mon, Aug 5, 2013 at 10:56 PM, Vlad Arkhipov <[email protected]> wrote: > dcdb=# select relname, n_live_tup, n_dead_tup, last_vacuum, last_autovacuum > from pg_stat_sys_tables where relname = 'pg_attribute'; > relname | n_live_tup | n_dead_tup | last_vacuum | > last_autovacuum > --------------+------------+------------+-------------------------------+------------------------------- > pg_attribute | 39318086 | 395478 | 2013-08-06 14:47:48.187259+09 | > 2013-08-06 13:43:03.162286+09
What pgstattuple shows on this table? http://www.postgresql.org/docs/9.2/interactive/pgstattuple.html -- Kind regards, Sergey Konoplev PostgreSQL Consultant and DBA Profile: http://www.linkedin.com/in/grayhemp Phone: USA +1 (415) 867-9984, Russia +7 (901) 903-0499, +7 (988) 888-1979 Skype: gray-hemp Jabber: [email protected] -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
