Re: [GENERAL] ' and \ characters in passwords

2006-03-18 Thread Bruce Momjian
Andrus Moor wrote: > I found that \ characters needs not to be quoted in password strings > > create role test1 password '\' > > is OK. Not sure what client you are using but in psql this fails to find the ending quote, as it should. -

[GENERAL] ' and \ characters in passwords

2006-03-18 Thread Andrus Moor
I found that \ characters needs not to be quoted in password strings create role test1 password '\' is OK. I havent found any mention of this behaviour in docs. Where this is documented ? I created role create role test2 password Trying to login using password ' causes error from my ODB