質問編集履歴

4

pg_hba.confの追加

2021/09/16 02:23

投稿

NewNiche
NewNiche

スコア22

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,41 @@
34
34
 
35
35
 
36
36
 
37
+ ```
37
38
 
39
+ pg_hba.confファイル
40
+
41
+
42
+
43
+
44
+
45
+ # TYPE DATABASE USER ADDRESS METHOD
46
+
47
+
48
+
49
+ # "local" is for Unix domain socket connections only
50
+
51
+ local all all scram-sha-256
52
+
53
+ # IPv4 local connections:
54
+
55
+ host all all 127.0.0.1/32 scram-sha-256
56
+
57
+ # IPv6 local connections:
58
+
59
+ host all all ::1/128 scram-sha-256
60
+
61
+ # Allow replication connections from localhost, by a user with the
62
+
63
+ # replication privilege.
64
+
65
+ local replication all scram-sha-256
66
+
67
+ host replication all 127.0.0.1/32 scram-sha-256
68
+
69
+ host replication all ::1/128 scram-sha-256
70
+
71
+ ```
38
72
 
39
73
 
40
74
 

3

修正

2021/09/16 02:23

投稿

NewNiche
NewNiche

スコア22

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,14 @@
3
3
 
4
4
 
5
5
  PostgreSQLをインストールしたのですが、Windowsのスタートメニューのアプリ一覧に表示されません。
6
+
7
+
8
+
9
+ インストール方法はこちらの通りです。
10
+
11
+ https://qiita.com/tom-sato/items/037b8f8cb4b326710f71
12
+
13
+
6
14
 
7
15
  ![イメージ説明](35046fe6902565c7c3155d6c3bab54da.png)
8
16
 

2

更新

2021/09/16 02:11

投稿

NewNiche
NewNiche

スコア22

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- 原因分かるかたがいらっしゃれば教えていただきたいです。
23
+ 原因・設定方法分かるかたがいらっしゃれば教えていただきたいです。
24
24
 
25
25
  お願い致します。
26
26
 

1

修正

2021/09/16 01:45

投稿

NewNiche
NewNiche

スコア22

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  フォルダ(C:\Program Files\PostgreSQL)は作成されているのですが、そこからpsql.exeを開いても以下の入力を求められる画面になりません。
12
12
 
13
- ![![イメージ説明](74f02069fa49e701215984dcc98bf94e.png)](48df3bcefe9eda23571d7144e17856c1.png)
13
+ ![![イメージ説明](74f02069fa49e701215984dcc98bf94e.png)]
14
14
 
15
15
 
16
16