January 22nd, 2012 by depesz | Tags: exception, pg92, pg_relation_size, pg_stat_user_functions, pg_table_size, pg_total_relation_size, plpgsql, postgresql | No comments »
On 19t of January, Heikki Linnakangas committed patch: Make pg_relation_size() and friends return NULL if the object doesn't exist. That avoids errors when the functions are used in queries like "SELECT pg_relation_size(oid) FROM pg_class", and a table is dropped concurrently. Phil Sorber
February 2nd, 2010 by depesz | Tags: administration, pg85, pg90, pg_indexes_size, pg_relation_size, pg_table_size, pg_total_relation_size, postgresql, size | No comments »
On 19th of January Tom Lane committed really brilliant patch: Log Message: ----------- Add pg_table_size() and pg_indexes_size() to provide more user-friendly wrappers around the pg_relation_size() function. Bernd Helmle, reviewed by Greg Smith
