- Notifications
You must be signed in to change notification settings - Fork5
Commitb57c833
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 parent489a51a commitb57c833
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
142 |
| - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
143 | 146 |
| |
144 | 147 |
| |
145 | 148 |
| |
|
0 commit comments
Comments
(0)