On Mon, Sep 25, 2006 at 14:59:46 +0200,
Harald Armin Massa <haraldarminmassa(at)gmail(dot)com> wrote:
> Asaf,
>
> SQL-92 states that identifiers [for dictionary objects] are limited to 128
> characters and are case-insensitive (unless delimited by double quotes),
> because they are automatically translated into uppercase by the system.
Note that Postgres actually lowercases unquoted names instead of uppercasing
them. This difference can be significant.