forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit59de132
committed
Fix oversight in pg_dump's handling of extension configuration tables.
If an extension has not been selected to be dumped (perhaps because ofa --schema or --table switch), the contents of its configuration tablessurely should not get dumped either. Per gripe fromHubert Depesz Lubaczewski.1 parent97dc3c8 commit59de132
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14179 | 14179 |
| |
14180 | 14180 |
| |
14181 | 14181 |
| |
14182 |
| - | |
14183 |
| - | |
| 14182 | + | |
| 14183 | + | |
| 14184 | + | |
14184 | 14185 |
| |
14185 | 14186 |
| |
14186 | 14187 |
| |
14187 | 14188 |
| |
14188 | 14189 |
| |
| 14190 | + | |
| 14191 | + | |
| 14192 | + | |
| 14193 | + | |
14189 | 14194 |
| |
14190 | 14195 |
| |
14191 | 14196 |
| |
|
0 commit comments
Comments
(0)