Re: Bug #591: Postgres apparently not identifying users created in Caps - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #591: Postgres apparently not identifying users created in Caps
Date
Msg-id 20591.1013885263@sss.pgh.pa.us
Whole thread Raw
In response to Bug #591: Postgres apparently not identifying users created in Caps  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> alter user Test with password 'testpwd';

You need double quotes.

    alter user "Test" with password 'testpwd';

You may care to read the section of the user's guide that discusses
case insensitivity of identifiers in SQL.

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #591: Postgres apparently not identifying users created in Caps
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #593: postgresql-odbc-7.2-1PGDG.i386.rpm lacks the actual shared library