From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | Ashish Karalkar <ashish(dot)karalkar(at)info-spectrum(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Create user |
Date: | 2007-06-29 08:27:38 |
Message-ID: | 4684C27A.6060908@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ashish Karalkar wrote:
> 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?
Remove the -e option. That turns on the SQL echoing.
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | Albe Laurenz | 2007-06-29 08:57:29 | Re: Create user |
Previous Message | A. Kretschmer | 2007-06-29 08:23:37 | Re: Create user |