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
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
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