Re: [BUGS] BUG #5308: How to disable Case sensitivity on naming identifiers

2010-02-05 Thread Kelly SACAULT
Hi everybody, Many thanks for all your comments. It appears that clarity is very important in a user manual. I like both Chris and Tom 's expression. Chris : *"Unless double-quoted, all identifiers are folded to lower case, making comparisons generally case insensitive. The SQL standard mandate

Re: [BUGS] BUG #5308: How to disable Case sensitivity on naming identifiers

2010-02-03 Thread Kelly SACAULT
t * from foo; > ^ > postgres=# select * from Foo; > ERROR: relation "foo" does not exist > LINE 1: select * from Foo; > ^ > postgres=# select * from "Foo"; > a > --- > (0 rows) > > Time: 1,277 ms &g

[BUGS] BUG #5308: How to disable Case sensitivity on naming identifiers

2010-02-02 Thread Kelly SACAULT
The following bug has been logged online: Bug reference: 5308 Logged by: Kelly SACAULT Email address: kelly.saca...@gmail.com PostgreSQL version: 8.4.2 Operating system: Ubuntu 9.10 Description:How to disable Case sensitivity on naming identifiers Details: I have