- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit605b4c5
committed
pg_dump docs: use escaped double-quotes, for Windows
On Unix, you can embed double-quotes in single-quotes, and via versa.However, on Windows, you can only escape double-quotes in double-quotes,so use that in the pg_dump -t/table example.Backpatch to 9.3.Report from Mike Toews1 parent0d22987 commit605b4c5
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1224 | 1224 |
| |
1225 | 1225 |
| |
1226 | 1226 |
| |
1227 |
| - | |
| 1227 | + | |
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 | 1230 |
| |
|
0 commit comments
Comments
(0)