2

インストールされた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 サーバーを起動する正しい方法は何ですか?

上記の手順は正しいですか?はいの場合、何が問題なのですか?

4

1 に答える 1

0

Postgres をインストールするには、enterpriseDB を使用するのが最善の方法です。

以下の URL からいくつかのダウンローダー インストーラーのセクションを表示するには。

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/
于 2016-09-02T07:18:26.750 に答える