Create user - Mailing list pgsql-general

From Ashish Karalkar
Subject Create user
Date
Msg-id 001901c7ba23$a7ac5820$170211ac@LIONKING.COM
Whole thread Raw
Responses Re: Create user  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: Create user  (Dave Page <dpage@postgresql.org>)
List pgsql-general
Hello All,
 
I am  trying to create a user   and i dont understand why it is showing me any massage even after giving parameter -e to the command.
 
command :
 
C:\Program Files\PostgreSQL\8.2\bin>createuser ashish -S -d -R -l -P -E -e -U postgres
Enter password for new role:
Enter it again:
Password:
 
The following massage appers, I dont want to display this massage

CREATE ROLE ashish ENCRYPTED PASSWORD 'md5e34280fa67e9a7d842044e45f2d5d325' NOSU
PERUSER CREATEDB NOCREATEROLE INHERIT LOGIN;
CREATE ROLE
 
is there any option?
 
Thanks In advance
Ashish...

pgsql-general by date:

Previous
From: Rafal Pietrak
Date:
Subject: Re: a JOIN on same table, but 'slided over'
Next
From: "Simon Riggs"
Date:
Subject: Re: OFFSET and LIMIT - performance