Search Postgresql Archives

Seems like bug in 9.1.3, need to confirm.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux