Dne Mon, 10 Sep 2007 20:07:47 -0600
Joseph <[EMAIL PROTECTED]> napsal(a):

> I have postgresql-8.0.13, so that should be OK.
> 
> I'm just not that good working with postgresql: setting up users /
> databases etc.
> 

Hello!

your problem is "unrecognized option" --no-superuser and this option is
not listed in your help output. Here is my output from the 8.2
postgresql version

-----------------------------
vlado.srv# createuser --help
createuser creates a new PostgreSQL role.

Použití:
  createuser [OPTION]... [ROLENAME]

Přepínač:
  -s, --superuser           role will be superuser
  -S, --no-superuser        role will not be superuser
  -d, --createdb            role can create new databases
  -D, --no-createdb         role cannot create databases
  -r, --createrole          role can create new roles
  -R, --no-createrole       role cannot create roles
  -l, --login               role can login (default)
  -L, --no-login            role cannot login
  -i, --inherit             role inherits privileges of roles it is a
                            member of (default)
  -I, --no-inherit          role does not inherit privileges
  -c, --connection-limit=N  connection limit for role (default: no
limit) -P, --pwprompt            assign a password to new role
  -E, --encrypted           uložit heslo v zašifrované podobě
  -N, --unencrypted         uložit heslo v otevřeném tvaru
  -e, --echo                ukazovat příkazy posílané na server
  -q, --quiet               nevypisovat žádné zprávy
  --help                    ukáže tuto nápovědu a skončí
  --version                 ukáže informaci o verzi a skončí

Parametry spojení:
  -h, --host=HOSTNAME       jméno databázového serveru nebo adresáře se
soketem -p, --port=PORT          port databázového serveru
  -U, --username=UŽIVATEL   jméno uživatele pro spojení (ne pro tvorbu)
  -W, --password            dotázat se na heslo pro spojení

If one of -s, -S, -d, -D, -r, -R and ROLENAME is not specified, you will
be prompted interactively.

Chyby hlaste na adresu <[EMAIL PROTECTED]>.
vlado.srv# 
-----------------------------

Cheers,
        -vlado


-- 
Dr.Vladimir Botka
[EMAIL PROTECTED]
 

-------------------------------------------------------------------------
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