From baa49fe57a4c3ad9504576eaa8d51161ce6b933d Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Wed, 28 Feb 2024 12:12:53 -0800 Subject: [PATCH] Move dynamic catalog mgt - To globally available statements - but as separate section to preserve links --- docs/src/main/sphinx/language/sql-support.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/src/main/sphinx/language/sql-support.md b/docs/src/main/sphinx/language/sql-support.md index 0535f0a9dbe2..767db2af93cf 100644 --- a/docs/src/main/sphinx/language/sql-support.md +++ b/docs/src/main/sphinx/language/sql-support.md @@ -46,6 +46,15 @@ any connector: - {doc}`/sql/use` - {doc}`/sql/values` +(sql-catalog-management)= +### Catalog management + +The following statements are used to [manage dynamic +catalogs](/admin/properties-catalog): + +- {doc}`/sql/create-catalog` +- {doc}`/sql/drop-catalog` + (sql-read-operations)= ## Read operations @@ -82,15 +91,6 @@ connector to connector: - {doc}`/sql/truncate` - {doc}`/sql/merge` -(sql-catalog-management)= -### Catalog management - -The following statements are used to [manage dynamic -catalogs](/admin/properties-catalog): - -- {doc}`/sql/create-catalog` -- {doc}`/sql/drop-catalog` - (sql-schema-table-management)= ### Schema and table management