postgresql 创建数据库提示错误

template1 is being accessed by other users
There are 1 other session(s) using the database.
原因:有一个其他的session正连在template1上,而这个是模板库,PG不允许在新建库时有其他连接连在上面 
解决办法:kill template1上的进程或者使用其他模板

你可能感兴趣的:(数据库)