[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new installation help



I see, they must have included this option in 8.2version; I'll just wait
till they will make 8.2 stable on Gentoo.

-- 
#Joseph

On Tue, 2007-09-11 at 04:44 +0200, Vladimir Botka wrote:
> Dne Mon, 10 Sep 2007 20:07:47 -0600
> Joseph <..hidden..> 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čí
>