On 5/1/07, Antony Gelberg <[EMAIL PROTECTED]> wrote:

M Lubratt wrote:
> You first need to create the ledgersmb role first and allow it to create
> databases.  Something like:
>
> $ createuser -Upgsql -d -P ledgersmb
>

So why is INSTALL telling me not to create the role?  As in:

createuser --no-superuser --createdb --no-createrole -U postgres
--pwprompt --encrypted ledgersmb



It's not telling you to not create the role.  Read the man page for
createuser.  This command creates the user ledgersmb.  The user is not a
superuser for the postgresql system.  It can create databases (which you're
trying to create).  It can't create more users.

HTH!
Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to