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

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Joseph Shraibman" <jks@selectacast.net>
Cc: <pgsql-bugs@postgresql.org>
Date: 2009-08-31T22:20:43Z
Lists: pgsql-bugs
Joseph Shraibman <jks@selectacast.net> wrote:
> Kevin Grittner wrote:
 
>> Did you try putting quotes inside the apostrophes?:
>>  
> No, I didn't.  I didn't know I could do that.
 
That's generally true in recent versions.  (Try the -t option on
pg_dump for the first place I ran into it.)  Perhaps it should be
documented better, but it doesn't seem like a good idea to put it
everywhere a relation name is referenced.  I wonder if it would be
overkill to have a short page on the topic in the documentation and
just link to it from each documentation page where it might be
needed....
 
-Kevin