SQL command : ALTER DATABASE OWNER TO

From: gparc(at)free(dot)fr
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: SQL command : ALTER DATABASE OWNER TO
Date: 2022-03-08 09:50:38
Message-ID: 2023185982.281851219.1646733038464.JavaMail.root@zimbra15-e2.priv.proxad.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


Hello,

for this "ALTER DATABASE" form, it should be mentioned that after execution of the command,
the old database owner loses all his privileges on it (even connection) although it might
still owns schemas or objects (tables, index,...) inside it.

Thanks in advance to add this important precision.

Regards
Gilles

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2022-03-08 14:39:11 Re: SQL command : ALTER DATABASE OWNER TO
Previous Message Dong Wook Lee 2022-03-08 09:34:34 Re: add free space map link in pg_freespacemap page