[EMAIL PROTECTED] 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 lan
Ricardo J. Méndez Castro ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
Postgres apparently not identifying users created in Caps
Long Description
I'm unable to change the password for an user after creating it with some of th