質問編集履歴
1
情報追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,3 +31,21 @@
|
|
31
31
|
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U postgres -d test_db db.dump
|
32
32
|
|
33
33
|
```
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
〜追記〜
|
38
|
+
|
39
|
+
macOS Catalina 10.15.2
|
40
|
+
|
41
|
+
posttgreSQL 12.1
|
42
|
+
|
43
|
+
heroku postgres 11.6
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
postgreSQL 11.6 でも試しましたが結果は同じでした。
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
他に必要な情報があれば追記致します。
|