linux 下 postgres 的使用总结

数据库的操作基本步骤:

1、创建数据库

2、登入登出

3、查看表(数据,结构)

4、处理数据(增,删,改,查)

postgres 的操作:

http://blog.sina.com.cn/s/blog_6742dfb7010160w7.html

http://www.cnblogs.com/eastday/archive/2013/05/31/3109804.html

http://my.oschina.net/silentboy/blog/196961

安装完成后,PG会自动生成一个postgres数据库和postgres用户,使用postgres用户添加用户和数据库。





转载于:https://www.cnblogs.com/yeemi/p/7470179.html

你可能感兴趣的:(linux 下 postgres 的使用总结)