| From: | Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com> |
|---|---|
| To: | Devendra Yadav <devendra(dot)857(at)gmail(dot)com> |
| Cc: | Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Rename or Removing Postgres user |
| Date: | 2019-02-14 07:24:29 |
| Message-ID: | CAGDYbUMXp_2ZsbeHcf1DwpMzJT1b-LQ1buxB=n2ZQUsd_=ZO+w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi Devendra,
Session login user can not rename. You need to create a another super user,
log in as a new super user, and then rename default postgres user using
alter.
Thanks & Regards,
*Shreeyansh DBA Team*
www.shreeyansh.com
On Thu, Feb 14, 2019 at 12:20 PM Devendra Yadav <devendra(dot)857(at)gmail(dot)com>
wrote:
> Dear Postgres Experts,
>
> I want to know if I rename 'postgres' user to 'someuser' retaining it's
> privileges i.e superuser and other privileges.
>
> Or what if I drop the 'postgres' user and create a new superuser. I tried
> dropping Postgres user but it says "cannot drop role postgres because it is
> required by the database system".
>
> So my concern is what happens if I rename it. As far as I can check
> there's no impact, but in case anyone has faced issues regarding this,
> please suggest.
>
> Thanks & Regards,
> Devendra
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John Wiencek | 2019-02-14 11:56:14 | Re: Rename or Removing Postgres user |
| Previous Message | Federico | 2019-02-14 07:00:15 | Re: Rename or Removing Postgres user |