首页 > 数据库技术 > 详细

Postgresql 教程

时间:2020-01-15 23:44:26      阅读:95      评论:0      收藏:0      [点我收藏+]

Official 教程

PostgreSQL帐号

1. PostgreSQL 用户帐号和操作系统用户帐号是不同的,系统用户帐号是postgres.

sudo -u postgres -i 

Use the operating system user postgres to create your database - as long as you haven‘t set up a database role with the necessary privileges that corresponds to your operating system user. 

退出psql控制台

和其他的命令行工具不一样,psql在退出时并不是使用exit,而是使用\q,接着按下回车就行了,这里的q指的就是quit。

Postgresql 教程

原文:https://www.cnblogs.com/dulun/p/12198934.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!