Skip to content

Commit

Permalink
Move dynamic catalog mgt
Browse files Browse the repository at this point in the history
- To globally available statements
- but as separate section to preserve links
  • Loading branch information
mosabua committed Feb 28, 2024
1 parent 3ec25b8 commit baa49fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/main/sphinx/language/sql-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit baa49fe

Please sign in to comment.