Hi Steven,

Trying the command you provided, it prompted me for the password and upon
> entering it returned a Fatal error indicating password authentication
> failed.  I then tried the following in psql:
>
> Alter User neidiane.pereira WITH PASSWORD 'somepassword';
>
> This returned an error indicating a syntax error at or near the "." in the
> name.  It appears not to like the use of a period in the name although
> tatiane.marshall works correctly.
>
>
You should be able to run the command  $ ALTER USER  "neidiane.pereira"
WITH PASSWORD 'somepassword';

The double quotes delimit the user name with characters which would have
otherwise meaning in SQL.

HTH,

Erik.
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to