Seems like bug in 9.1.3, need to confirm. - Mailing list pgsql-general

From AI Rumman
Subject Seems like bug in 9.1.3, need to confirm.
Date
Msg-id CAGoODpeBQrVSkYkb8udW7hMa8zu7R6oc7VGEsJ45kQziz7WsrA@mail.gmail.com
Whole thread Raw
Responses Re: Seems like bug in 9.1.3, need to confirm.  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Seems like bug in 9.1.3, need to confirm.  (David Johnston <polobo@yahoo.com>)
List 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.

pgsql-general by date:

Previous
From: David Johnston
Date:
Subject: Re: window function and order by
Next
From: Tom Lane
Date:
Subject: Re: window function and order by