Re: Script to createuser

From: Stefan Huber <schweinsaug(at)crosswinds(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Script to createuser
Date: 2001-05-18 15:52:18
Message-ID: 5.1.0.14.0.20010518175137.00ab0b18@pop.crosswinds.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


>echo 'createuser becky -d -a' | su postgres

maybe you'd like it the otherway round? ;)

$ su - postgres -c "createuser becky -d -a"

Stefan

--
"On the Internet, there is no 'they'. There's only a very,
very large 'us'." --- Douglas Adams

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Shaun Thomas 2001-05-18 15:55:54 Re: Cost limit.
Previous Message Bruce Momjian 2001-05-18 15:41:40 Re: Cost limit.