如何新增和删除postgres数据库

2024-11-04 23:43:40

1、打开终端窗口。

如何新增和删除postgres数据库

2、sudo su postgres,这样我们就能进入这个postgres用户。

如何新增和删除postgres数据库

3、输入psql --version可以查看版本。

如何新增和删除postgres数据库

4、psql -l,可以查看数据库列表。

如何新增和删除postgres数据库如何新增和删除postgres数据库

5、这个时候创建一个不重名的数据库,createdb test。

如何新增和删除postgres数据库如何新增和删除postgres数据库

6、psql test就能进入test数据库,输入help可以查看有什么指令帮助。

如何新增和删除postgres数据库如何新增和删除postgres数据库如何新增和删除postgres数据库如何新增和删除postgres数据库如何新增和删除postgres数据库

7、dropdb test就是删除数据库。

如何新增和删除postgres数据库如何新增和删除postgres数据库如何新增和删除postgres数据库
猜你喜欢