一:卸载旧版本
yum remove postgresql*
postgres数据库的卸载
postgres数据库的卸载
二:卸载postgres数据库
1:查询出postgres数据库
rpm -qa |grep postgres
postgres数据库的卸载postgres数据库的卸载
2:卸载postgres数据库
rpm -e 查询出来的postgres版本号
postgres数据库的卸载
postgres数据库的卸载

相关文章:

  • 2022-12-23
  • 2021-04-13
  • 2021-09-16
  • 2021-09-09
  • 2021-10-10
  • 2022-02-07
猜你喜欢
  • 2021-08-17
  • 2021-10-08
  • 2021-07-28
  • 2021-12-02
  • 2022-01-10
  • 2022-01-12
相关资源
相似解决方案