[
https://issues.apache.org/jira/browse/IGNITE-24019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin reassigned IGNITE-24019:
-----------------------------------------
Assignee: Pavel Pereslegin
> Sql. Extend SQL parser grammar with CREATE/DROP SCHEMA statements
> -----------------------------------------------------------------
>
> Key: IGNITE-24019
> URL: https://issues.apache.org/jira/browse/IGNITE-24019
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Andrey Mashenkov
> Assignee: Pavel Pereslegin
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0
>
>
> Extend SQL parser grammar with supporting commands for creating and dropping
> user schemas.
> Create command syntax
> {code:sql}
> CREATE SCHEMA [IF NOT EXISTS] <schema_name>;
> {code}
> Drop command syntax
> {code:sql}
> DROP SCHEMA [IF EXISTS] <schema_name> [CASCADE | RESTRICT];
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)