您的位置:首页 > 数据库

postgresql 初步学习

2015-11-23 23:08 253 查看
博文:http://www.ruanyifeng.com/blog/2013/12/getting_started_with_postgresql.html

 1995  sudo apt-get install postgresql

 1996  l

 1997  psql

 1998  vi database.yml 

 1999  sudo adduser apple

 2000  sudo su - apple

 2001  psql

 2002  sudo passwd postgres

 2003  sudo su postgres

 2004  sudo apt-get install postgres-xc

 2005  pg_ctl reload

 2006  sudo apt-get install postgres-xc-client

 2007  sudo apt-get install postgresql-client

 2008  sudo apt-get install postgres-xc

 2009  history
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: