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

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

SELECT pg_relation_size('"MixedCaseRelation"');

-Kevin

pgsql-bugs by date:

Previous
From: "Joseph Shraibman"
Date:
Subject: BUG #5023: pg_relation_size() is not case sensitive
Next
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5023: pg_relation_size() is not case sensitive