forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteacdd5d
committed
Clarify pg_dump -b documentation
The documentation around the -b/--blobs option to pg_dump seemed toimply that it might be possible to add blobs to a "schema-only" dump orsimilar. Clarify that blobs are data and therefore will only beincluded in dumps where data is being included, even when -b is used torequest blobs be included.The -b option has been around since before 9.2, so back-patch to allsupported branches.Discussion:https://postgr.es/m/20161119173316.GA13284@tamriel.snowman.net1 parent2cbb62d commiteacdd5d
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
136 |
| - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
137 | 140 |
| |
138 | 141 |
| |
139 | 142 |
| |
|
0 commit comments
Comments
(0)