DROP-REPOSITORY
Last Updated:2021-04-13
DROP REPOSITORY
Description
This statement is used to drop a created repository. Only users with root or superuser privilege can drop the repository.
DROP REPOSITORY `repo_name`;
To drop a repository is to delete the mapping of the repository in Palo only, the repository data will not be deleted. After deleting, the repository can be mapped by specifying same parameters again.
Example
-
Drop the repository
bos_repo
:DROP REPOSITORY `bos_repo`;
Keywords
DROP, REPOSITORY