"Joseph Shraibman" <j...@selectacast.net> wrote:
 
> The  pg_relation_size(text) method cannot determine the size of a
> relation that has capital letters.
 
Did you try putting quotes inside the apostrophes?:
 
SELECT pg_relation_size('"MixedCaseRelation"');
 
-Kevin

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to