forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7b158d1
committed
Suppress extensions in partial dumps.
We initially had pg_dump emit CREATE EXTENSION commands unconditionally.However, pg_dump has long been in the habit of not dumping procedurallanguage definitions when a --schema or --table switch is given. It seemsappropriate to handle extensions the same way, since like PLs they are SQLobjects that are not in any particular schema. Per complaint from AdrianSchreyer.1 parent3439e40 commit7b158d1
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1153 | 1153 |
| |
1154 | 1154 |
| |
1155 | 1155 |
| |
1156 |
| - | |
1157 |
| - | |
1158 |
| - | |
1159 |
| - | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
1160 | 1161 |
| |
1161 | 1162 |
| |
1162 | 1163 |
| |
1163 | 1164 |
| |
1164 | 1165 |
| |
1165 | 1166 |
| |
1166 | 1167 |
| |
1167 |
| - | |
| 1168 | + | |
1168 | 1169 |
| |
1169 | 1170 |
| |
1170 | 1171 |
| |
|
0 commit comments
Comments
(0)