Re: BUG #5023: pg_relation_size() is not case sensitive
Joseph Shraibman <jks@selectacast.net>
From: Joseph Shraibman <jks@selectacast.net>
To: Kevin Grittner <Kevin.Grittner@wicourts.gov>
Cc: pgsql-bugs@postgresql.org
Date: 2009-08-31T22:14:24Z
Lists: pgsql-bugs
Kevin Grittner wrote:
> "Joseph Shraibman" <jks@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?:
>
No, I didn't. I didn't know I could do that.
> SELECT pg_relation_size('"MixedCaseRelation"');
>
> -Kevin