已安装Postgres-XC
$>sudo apt-get install postgres-xc
然后
$ postgres -V
postgres (PostgreSQL) 9.2.4
之后,我尝试使用以下方法启动Postgres服务器。
方法1
$>sudo postgres --coordinator -D DN2
"root" execution of the PostgreSQL server is not permitted.
The server must be started under an unprivileged user ID to prevent
possible system security compromise. See the documentation for
more information on how to properly start the server.
方法2
$ sudo -i -u postgres
sudo: unknown user: postgres
sudo: unable to initialize policy plugin
并从那里安装了pgadmin3我想连接Postgres服务器。
启动Postgres-XC服务器的正确方法是什么?
以上程序是否正确?如果是的话有什么问题吗?
答案 0 :(得分:0)
安装Postgres,是使用enterpriseDB的最佳方式。
要查看以下网址中的某个下载程序安装程序部分。
https://www.postgresql.org/download/linux/ubuntu/
下载Postgres
http://www.enterprisedb.com/products-services-training/pgdownload#linux
安装Postgres
http://tutorialforlinux.com/2014/02/20/how-to-install-latest-postgresql-9-x-on-linux-mint-16-petra-3264bit-linux-easy-guide/