forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd4e0a3
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 parente565eff commitdd4e0a3
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13794 | 13794 |
| |
13795 | 13795 |
| |
13796 | 13796 |
| |
13797 |
| - | |
13798 |
| - | |
| 13797 | + | |
| 13798 | + | |
| 13799 | + | |
13799 | 13800 |
| |
13800 | 13801 |
| |
13801 | 13802 |
| |
13802 | 13803 |
| |
13803 | 13804 |
| |
| 13805 | + | |
| 13806 | + | |
| 13807 | + | |
| 13808 | + | |
13804 | 13809 |
| |
13805 | 13810 |
| |
13806 | 13811 |
| |
|
0 commit comments
Comments
(0)