SHOW CREATE REPOSITORY
Descriptionβ
This statement is used to demonstrate the creation statement of a repository.
Syntaxβ
SHOW CREATE REPOSITORY for <repo_name>;
Required Parametersβ
<repo_name>
The unique name of the repository.
Examplesβ
Show the creation statement of the specified repository
SHOW CREATE REPOSITORY for test_repository;