Re: BUG #5023: pg_relation_size() is not case sensitive

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5023: pg_relation_size() is not case sensitive
Date: 2009-08-31 22:14:24
Message-ID: 4A9C4B40.8000006@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2009-08-31 22:20:43 Re: BUG #5023: pg_relation_size() is not case sensitive
Previous Message Kevin Grittner 2009-08-31 22:11:26 Re: BUG #5023: pg_relation_size() is not case sensitive