initdb --encoding=UTF8 --locale=C
[root@localhost ~]# su - postgres
[postgres@localhost ~]$ psql
psql (10beta1)
Type "help" for help.
postgres=# \l
[postgres@localhost ~]$ psql
psql (10beta1)
Type "help" for help.
postgres=# \l
pgAdmin III より接続をこころみる (エラーが起こりました)
1. 警告
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.
3.
Column not found in pgSet: usecreatedb
4.
Column not found in pgSet: usesuper
5.
Column not found in pgSet: upsince
6.
Column not found in pgSet: confloadedsince
7.
Column not found in pgSet: inrecovery
8.
Column not found in pgSet: replayloc
9.
Column not found in pgSet: receiveloc
10.
Column not found in pgSet: replay_timestamp
11.
Column not found in pgSet: isreplaypaused
そのご接続はOK
新しいデータベース...の作成もOK