2017年05月23日

pgadmin3から接続 CentOS6.9 PostgreSQL10-beta ソースからコンパイルしてインストール

initdb --encoding=UTF8 --locale=C 

[root@localhost ~]# su - postgres
[postgres@localhost ~]$ psql
psql (10beta1)
Type "help" for help.

postgres=# \l
psql_\l.png


pgAdmin III より接続をこころみる (エラーが起こりました)

1. 警告
10beta.png

2.
ERROR:  function pg_last_xlog_receive_location() does not exist
LINE 1: ...E NULL END as inrecovery, CASE WHEN usesuper THEN pg_last_xl...
                                                             ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
10bete-1.png

3.
Column not found in pgSet: usecreatedb
10bete-2.png


4.
Column not found in pgSet: usesuper
10bete-3.png

5.
Column not found in pgSet: upsince
10bete-4.png


6.
Column not found in pgSet: confloadedsince
10bete-5.png


7.
Column not found in pgSet: inrecovery
10bete-6.png

8.
Column not found in pgSet: replayloc
10bete-7.png


9.
Column not found in pgSet: receiveloc
10bete-8.png


10.
Column not found in pgSet: replay_timestamp
10bete-9.png

11.
Column not found in pgSet: isreplaypaused
10bete-10.png

そのご接続はOK
10bete-20.png

新しいデータベース...の作成もOK
10bete-21.png




posted by a23 at 16:09| Comment(0) | PostgreSQL
この記事へのコメント
コメントを書く
お名前: [必須入力]

メールアドレス: [必須入力]

ホームページアドレス: [必須入力]

コメント: [必須入力]

認証コード: [必須入力]


※画像の中の文字を半角で入力してください。