Kevin Grittner wrote:
> "Joseph Shraibman" <jks(at)selectacast(dot)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?:
>
No, I didn't. I didn't know I could do that.
> SELECT pg_relation_size('"MixedCaseRelation"');
>
> -Kevin