Re: username length character limits? - Mailing list pgsql-general

From Stephan Szabo
Subject Re: username length character limits?
Date
Msg-id 20040703125522.U14651@megazone.bigpanda.com
Whole thread Raw
In response to username length character limits?  (Dennis Gearon <gearond@fireserve.net>)
Responses Re: username length character limits?  (Dennis Gearon <gearond@fireserve.net>)
List pgsql-general
On Sat, 3 Jul 2004, Dennis Gearon wrote:

> Please CC me:
>
> If I create the user 'web_user'
> with password 'password'
> I can connect using 'psql' just fine.
>
> If I create the user 'D1Khb2g5m7FGk_web_user'
> with password 'password'
> I CANNOT connect using 'psql', I get authentication error.

Are you sure that you're not just running into a case problem
with case folded names (non-quoted names from sql statements) versus
non-case folded names (programs which treat their arguments as quoted like
psql).

pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: username length character limits?
Next
From: Peter Eisentraut
Date:
Subject: Re: username length character limits?