回答編集履歴

5

変更

2017/06/15 05:39

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  su - postgres
8
8
 
9
- createusr -a -d -U postgres -P testusr
9
+ createuser -a -d -U postgres -P testusr
10
10
 
11
11
 
12
12
 

4

変更

2017/06/15 05:39

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- postgresql.confと隣のpg_hba.confを修正します。
37
+ postgresql.confと隣のpg_hba.confを修正し再起動します。
38
38
 
39
39
 
40
40
 

3

変更

2017/06/15 03:24

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -28,9 +28,9 @@
28
28
 
29
29
 
30
30
 
31
- confの在りかを探します多少は権限エラーは出るかも
31
+ confの在りかを探します多少は権限エラーは出るかも、沢山だったら2>/dev/nullを付けます
32
32
 
33
- find /var -name postgresql.conf
33
+ find /var -name postgresql.conf 2>/dev/null
34
34
 
35
35
 
36
36
 

2

修正

2017/06/15 03:18

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  confの在りかを探します多少は権限エラーは出るかも
32
32
 
33
- find /var postgresql.conf
33
+ find /var -name postgresql.conf
34
34
 
35
35
 
36
36
 

1

訂正

2017/06/15 03:13

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- confの在りかを探します多少権限エラーは出るかも
31
+ confの在りかを探します多少権限エラーは出るかも
32
32
 
33
33
  find /var postgresql.conf
34
34