>
> How do I login as postgres, I've tried the following:

psql -U postgres [dbname]

For safety's sake you may want to (from Bash):
createdb -U postgres postgres;
psql -U postgres postgres


# su postgres
> [EMAIL PROTECTED] /etc/apache2 $ ALTER USER postgres WITH PASSWORD
> '[secret]';
> bash: ALTER: command not found
>
> $ psql -U postgres
> psql: FATAL:  database "postgres" does not exist
>
> --
> #Joseph
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Ledger-smb-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to