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

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

"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?:

SELECT pg_relation_size('"MixedCaseRelation"');

-Kevin

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joseph Shraibman 2009-08-31 22:14:24 Re: BUG #5023: pg_relation_size() is not case sensitive
Previous Message Joseph Shraibman 2009-08-31 22:03:03 BUG #5023: pg_relation_size() is not case sensitive