forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f29394
committed
doc: Avoid too prominent use of "backup" on pg_dump man page
Some users inadvertently rely on pg_dump as their primary backup tool,when better solutions exist. The pg_dump man page is arguablymisleading in that it starts with"pg_dump is a utility for backing up a PostgreSQL database."This tones this down a little bit, by replacing most uses of "backup"with "export" and adding a short note that pg_dump is not ageneral-purpose backup tool.Discussion:https://www.postgresql.org/message-id/flat/70b48475-7706-4268-990d-fd522b038d96%40eisentraut.org1 parent73275f0 commit4f29394
2 files changed
+9
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 |
| |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
48 |
| - | |
| 52 | + | |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| |||
76 | 80 |
| |
77 | 81 |
| |
78 | 82 |
| |
79 |
| - | |
| 83 | + | |
80 | 84 |
| |
81 | 85 |
| |
82 | 86 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
781 | 781 |
| |
782 | 782 |
| |
783 | 783 |
| |
784 |
| - | |
| 784 | + | |
785 | 785 |
| |
786 | 786 |
| |
787 | 787 |
| |
|
0 commit comments
Comments
(0)