| From: | Holger Jakobs <holger(at)jakobs(dot)com> |
|---|---|
| To: | pgsql-admin(at)lists(dot)postgresql(dot)org |
| Subject: | Re: psql - prompt for password |
| Date: | 2024-05-30 08:11:47 |
| Message-ID: | b233fdfe-a3ca-f5a2-cee4-2bf9ad5d6376@jakobs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Am 30.05.24 um 10:07 schrieb Edwin UY:
> Hi,
>
> Is createuser the only one I can use to create a user where it prompts
> for a password? There is no alteruser though.
> I want to use psql and \prompt but am lost on how to use it.
> Basically just want to use it for running a psql script like for
> example - ALTER USER spongebob WITH ENCRYPTED PASSWORD ':newpassword';
>
> Regards,
> Ed
>
>
You can feed a command into psql for that.
Example:
echo "alter user spongebob password 'secret2'" | psql
Add arguments for psql, like -U -d -h -p as needed.
Regards,
Holger
--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kashif Zeeshan | 2024-05-30 08:17:37 | Re: psql - prompt for password |
| Previous Message | Edwin UY | 2024-05-30 08:07:21 | psql - prompt for password |