Re: BUG #5023: pg_relation_size() is not case sensitive - Mailing list pgsql-bugs

From Joseph Shraibman
Subject Re: BUG #5023: pg_relation_size() is not case sensitive
Date
Msg-id 4A9C4B40.8000006@selectacast.net
Whole thread Raw
In response to Re: BUG #5023: pg_relation_size() is not case sensitive  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5023: pg_relation_size() is not case sensitive
Next
From: "Sheng Y. Cheng"
Date:
Subject: BUG #5024: Aggregate function FROM subquery