Purpose
You can use this statement to drop a restore point.
Syntax
DROP RESTORE POINT restore_point_name;
Parameters
| Parameter | Description |
|---|---|
| restore_point_name | The name of the restore point. |
Examples
Drop restore point rp1.
obclient> DROP RESTORE POINT rp1;
Query OK, 0 rows affected