Re: How add db users from shell script with their passwords?

From: "Medi Montaseri" <montaseri(at)gmail(dot)com>
To: Илья Скорик <ilya(dot)skorik(at)inprint(dot)ru>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: How add db users from shell script with their passwords?
Date: 2008-06-03 08:28:44
Message-ID: 8078a1730806030128n791e9c30v254e896588875468@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You can write a program in say Perl and use "create user bob with
.....options ....encrypted password xxxxx valid until xxx " which is pretty
much what createuser(1) does.

Cheers
Medi

On Tue, Jun 3, 2008 at 12:54 AM, Илья Скорик <ilya(dot)skorik(at)inprint(dot)ru> wrote:

> Dear community, help please.
>
> I need to add some standard users to database together with their
> standard passwords from a shell script. That the script would not ask
> to enter passwords manually for each user. How it can be made?
>
> How I have understood, createuser comand does not allow to make it?
>
> In advance thanks.
>
> --
> --
> С уважением, Илья Скорик
> специалист
> Inprint - автоматизация вашего издательства
>
> Yours faithfully, Ilya Skorik
> the expert
> Inprint - automation of your publishing house
>
> e-mail: ilya(dot)skorik(at)inprint(dot)ru
> web: http://www.inprint.ru/
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2008-06-03 10:00:02 Re: How add db users from shell script with their passwords?
Previous Message Илья Скорик 2008-06-03 07:54:57 How add db users from shell script with their passwords?