Comments on: Finding unused indexes in PostgreSQL https://grey-panther.net/2008/09/finding-unused-indexes-in-postgresql.html Just another WordPress site Sat, 27 Oct 2012 18:07:37 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Cd-MaN https://grey-panther.net/2008/09/finding-unused-indexes-in-postgresql.html#comment-21 Sat, 27 Oct 2012 18:07:37 +0000 https://grey-panther.net/?p=680#comment-21 Thanks for the update!

]]>
By: Anonymous https://grey-panther.net/2008/09/finding-unused-indexes-in-postgresql.html#comment-23 Sat, 27 Oct 2012 18:07:01 +0000 https://grey-panther.net/?p=680#comment-23 Hi Balázs, Attila or Mihály 🙂

As of PostgreSQL 9.1, pg_relation_size(name) does not exists, I had to use pg_relation_size(name::regclass instead).

]]>