Kevin Grittner wrote:
"Joseph Shraibman" <[email protected]> wrote:Did you try putting quotes inside the apostrophes?:The pg_relation_size(text) method cannot determine the size of a relation that has capital letters.
No, I didn't. I didn't know I could do that.
SELECT pg_relation_size('"MixedCaseRelation"');
-Kevin
-- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
