Thread: rename database

rename database

From
"Leong, Fushan"
Date:
Hi :

I am working on the procedure to restore a database from dump file ( pg_dump
).  I am
thinking to create a new database, then restore the dump file, drop the old
database
and rename the old database to new database.

Do postgres has command to rename the database?