Hi,
Cascade and restrict options are supported for drop statistics syntax:
drop statistics stat1 cascade;
drop statistics stat2 restrict;
The documentation for this was missing, attached a patch which
includes the documentation for these options.
Regards,
Vignesh