PostgreSQL - Rename database

后端 未结 6 860
感情败类
感情败类 2020-12-23 02:27

I need to rename the database but when I do in PGAdmin : ALTER DATABASE \"databaseName\" RENAME TO \"databaseNameOld\" it told me that it cannot.

How c

6条回答
  •  心在旅途
    2020-12-23 03:02

    Unexist told me in comment to restart the database and it works! Restarting the database kill all existing connection and then I connect to an other database and was able to rename it with my initial query.

    Thx all.

提交回复
热议问题