Re: How to create a new user with password in commandline with no prompt for password

From: "Rajiv Rajaian" <rajiv(dot)pgsql(at)gmail(dot)com>
To: "Vishal Arora" <aroravishal22(at)hotmail(dot)com>
Subject: Re: How to create a new user with password in commandline with no prompt for password
Date: 2008-02-20 11:11:20
Message-ID: 238696420802200311y40a93a38jbd601e280d2fb860@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-es-ayuda

Hi Vishal

Now I m able to create new user using command line
I ve created a database named 'postgres' for postgres user and I ve created
the new user in comand line

The steps I ve used

[root(at)g151 ~]# su postgres -c "createdb postgres"
could not change directory to "/root"
CREATE DATABASE
[root(at)g151 ~]# echo "CREATE USER globus WITH PASSWORD 'globus' CREATEDB;" |
psql -U postgres -d postgres
psql: FATAL: Ident authentication failed for user "postgres"
[root(at)g151 ~]# su postgres -c "echo \"CREATE USER globus WITH PASSWORD
'globus' CREATEDB;\" | psql -U postgres -d postgres"
could not change directory to "/root"
CREATE USER
[root(at)g151 ~]# su globus -c "createdb rftDatabase"
could not change directory to "/root"
CREATE DATABASE

Thanks to Vishal, Shane and pgsql-admin list

Thanks/Regards
Rajiv
Project Associate,
CARE,MIT,
Anna University

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2008-02-20 16:10:28 Re: Power outage borked things (8.1.10)...
Previous Message ALF 2008-02-20 10:35:32 Re: [Admin]Update 8.2.to 8.3

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message marcelo Cortez 2008-02-20 12:22:20 Re: tsearch2 vs. like
Previous Message Rajiv Rajaian 2008-02-20 10:19:42 Re: How to create a new user with password in commandline with no prompt for password