码迷,mamicode.com
首页 > 数据库 > 详细

安装PostgreSQL和卸载PostgreSQL

时间:2017-11-16 22:11:26      阅读:292      评论:0      收藏:0      [点我收藏+]

标签:move   get   pos   auto   date   apt   rem   str   pre   

安装PostgreSQL

sudo apt-get update
sudo apt-get install postgresql postgresql-contrib

卸载PostgreSQL

sudo apt-get purge ‘postgresql-*‘
sudo apt-get autoremove ‘postgresql-*‘

  

安装PostgreSQL和卸载PostgreSQL

标签:move   get   pos   auto   date   apt   rem   str   pre   

原文地址:http://www.cnblogs.com/swbzmx/p/7846180.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!