gpt4 book ai didi

postgresql - 删除后如何恢复或重新创建原始 Postgres 数据库?

转载 作者:行者123 更新时间:2023-11-29 11:46:56 24 4
gpt4 key购买 nike

我在安装 postgreSQL 软件后不小心丢失了原始的 postgres 数据库。 Postgres 用户仍然存在,\du super 用户。如何恢复或重建原始 postgres 数据库?

最佳答案

https://www.postgresql.org/docs/current/static/sql-createdatabase.html

就跑

create database postgres;

它将使用默认模板(即“template1”)创建数据库。如果你没有修改它——它将与以前的“postgres”数据库相同

关于postgresql - 删除后如何恢复或重新创建原始 Postgres 数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45812178/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com