修改数据库名称teledb=# alter database teledb_db rename to teledb_db_new; ALTER DATABASE修改连接数teledb=# alter database teledb_db_new connection limit 50; ALTER DATABASE修改数据库所有者teledb=# alter database teledb_db_new owner to teledb; ALTER DATABASE配置数据默认search_pathteledb