Commit 59de132
committed
Fix oversight in pg_dump's handling of extension configuration tables.
If an extension has not been selected to be dumped (perhaps because of
a --schema or --table switch), the contents of its configuration tables
surely should not get dumped either. Per gripe from
Hubert Depesz Lubaczewski.1 parent 97dc3c8 commit 59de132
1 file changed
+7
-2
lines changed| 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