Re: Create user

From: "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at>
To: "Ashish Karalkar *EXTERN*" <ashish(dot)karalkar(at)info-spectrum(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Create user
Date: 2007-06-29 08:57:29
Message-ID: AFCCBB403D7E7A4581E48F20AF3E5DB2039B0C40@EXADV1.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ashish Karalkar wrote:
> 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

Use -q instead of -e.

Yours,
Laurenz Albe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kaloyan Iliev 2007-06-29 10:33:54 Re: OFFSET and LIMIT - performance
Previous Message Dave Page 2007-06-29 08:27:38 Re: Create user