- Notifications
You must be signed in to change notification settings - Fork28
Commit921059b
committed
Don't allow VACUUM VERBOSE ANALYZE VERBOSE.
There are plans to extend the syntax for ANALYZE, so we need to breakthe link between VacuumStmt and AnalyzeStmt. But apart from that, thesyntax above is undocumented and, if discovered by users, might givethe impression that the VERBOSE option for VACUUM differs from theverbose option from ANALYZE, which it does not.Nathan Bossart, reviewed by Michael Paquier and Masahiko SawadaDiscussion:http://postgr.es/m/D3FC73E2-9B1A-4DB4-8180-55F57D116B4E@amazon.com1 parentbc7fa0c commit921059b
1 file changed
+10
-15
lines changedLines changed: 10 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
437 | 437 |
| |
438 | 438 |
| |
439 | 439 |
| |
440 |
| - | |
| 440 | + | |
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
| |||
10462 | 10462 |
| |
10463 | 10463 |
| |
10464 | 10464 |
| |
10465 |
| - | |
| 10465 | + | |
10466 | 10466 |
| |
10467 | 10467 |
| |
10468 | 10468 |
| |
| |||
10472 | 10472 |
| |
10473 | 10473 |
| |
10474 | 10474 |
| |
10475 |
| - | |
10476 |
| - | |
10477 |
| - | |
10478 |
| - | |
10479 |
| - | |
10480 |
| - | |
10481 |
| - | |
10482 |
| - | |
10483 |
| - | |
10484 |
| - | |
10485 |
| - | |
10486 |
| - | |
10487 |
| - | |
| 10475 | + | |
| 10476 | + | |
| 10477 | + | |
10488 | 10478 |
| |
10489 | 10479 |
| |
10490 | 10480 |
| |
| |||
10534 | 10524 |
| |
10535 | 10525 |
| |
10536 | 10526 |
| |
| 10527 | + | |
| 10528 | + | |
| 10529 | + | |
| 10530 | + | |
| 10531 | + | |
10537 | 10532 |
| |
10538 | 10533 |
| |
10539 | 10534 |
| |
|
0 commit comments
Comments
(0)