インストールされた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 サーバーを起動する正しい方法は何ですか?
上記の手順は正しいですか?はいの場合、何が問題なのですか?