How to Change Database OWNER in PostgreSQL - Database Tutorials
In today's article, we will explain how to change the OWNER when creating a database and after it has been created in PostgreSQL. PostgreSQL provides an ALTER DATABASE command that allows us to modify a database. For instance, using ALTER DATABASE command, you can alter the database name, attributes, owner, etc. In Postgres, the ALTER