Description
You can use this statement to delete a restore point.
Syntax
DROP RESTORE POINT restore_point;
Parameters
| Parameter | Description |
|---|---|
| restore_point | Specifies the name of the restore point. |
Example
Execute the following statement to delete the rp1 restore point.
obclient> DROP RESTORE POINT rp1; Query OK, 0 rows affected (0.01 sec)Query OK, 0 rows affected (0.01 sec)