Re: [BUGS] Bug #591: Postgres apparently not identifying users created in Caps

2002-02-16 Thread Tom Lane
[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

[BUGS] Bug #591: Postgres apparently not identifying users created in Caps

2002-02-16 Thread pgsql-bugs
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