質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
### 該当のソースコード
|
9
9
|
```ここに言語を入力
|
10
|
-
pg_dump -a -h localhost -U postgres -d postgres -n '\"xxxマスタ\"' -E shift-jis >
|
10
|
+
pg_dump -a -h localhost -U postgres -d postgres -n '\"xxxマスタ\"' -E shift-jis >data_xxxマスタ.sql
|
11
11
|
```
|
12
12
|
|
13
13
|
|
@@ -17,5 +17,6 @@
|
|
17
17
|
|
18
18
|
### 補足情報(FW/ツールのバージョンなど)
|
19
19
|
PostgreSQL 13
|
20
|
+
Windows10
|
20
21
|
|
21
22
|
解決方法についてご教示いただけると幸いです。
|