Re: Password as a command line argument to createuser

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Password as a command line argument to createuser
Дата
Msg-id 20071219062816.GA27238@a-kretschmer.de
обсуждение исходный текст
Ответ на Password as a command line argument to createuser  ("Jane Ren" <j2ren@ucsd.edu>)
Ответы Re: Password as a command line argument to createuser
Список pgsql-general
am  Tue, dem 18.12.2007, um 22:04:13 -0800 mailte Jane Ren folgendes:
> Hi,
>
> I need to write a script that creates a new user with a password
> automatically.
>
> Is there a way I can specify the password as a command line argument to
> createuser?

From a unix shell? You can call psql with -c "your command".

Try this:

psql -U ... database -c "create user foo password 'secret';"



Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Password as a command line argument to createuser
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Password as a command line argument to createuser