Seems like bug in 9.1.3, need to confirm.

From: AI Rumman <rummandba(at)gmail(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Seems like bug in 9.1.3, need to confirm.
Date: 2013-12-20 23:19:52
Message-ID: CAGoODpeBQrVSkYkb8udW7hMa8zu7R6oc7VGEsJ45kQziz7WsrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

HI,

I am working on Postgresql 9.1.3.
I executed the following query and got an error:
select relname, pg_size_pretty(pg_table_size(relname::text)) as s from
pg_stat_user_tables order by pg_table_size(relname::text) desc limit 10;
ERROR: relation "tab_20130206" does not exist

That table does not exist in the db, that's correct. But is it right I am
getting the error or it is a bug?

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-12-21 00:08:53 Re: window function and order by
Previous Message David Johnston 2013-12-20 22:59:04 Re: window function and order by