Postgresql 教程
Posted 渡轮终会回航
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postgresql 教程相关的知识,希望对你有一定的参考价值。
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 教程的主要内容,如果未能解决你的问题,请参考以下文章
markdown 打字稿...编码说明,提示,作弊,指南,代码片段和教程文章
Mac + virtualenv + pip + postgresql = 错误:找不到 pg_config 可执行文件