forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb662e32
committed
Forbid the switch combination --clean --create, which is pointless
(why bother dropping individual objects in a just-created database?)as well as dangerous (as the code stands, the drops will be issued inthe wrong database, namely the one you were originally connected to).1 parent2628d9b commitb662e32
1 file changed
+12
-1
lines changedLines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
165 | 173 |
| |
166 | 174 |
| |
167 | 175 |
| |
| 176 | + | |
| 177 | + | |
| 178 | + | |
168 | 179 |
| |
169 | 180 |
| |
170 | 181 |
| |
|
0 commit comments
Comments
(0)