You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (Jira)" <ji...@apache.org> on 2023/05/17 14:01:00 UTC

[jira] [Updated] (IGNITE-16196) Sql. Extend SQL grammar with ALTER INDEX RENAME statement

     [ https://issues.apache.org/jira/browse/IGNITE-16196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Chugunov updated IGNITE-16196:
-------------------------------------
    Epic Link:   (was: IGNITE-17766)

> Sql. Extend SQL grammar with ALTER INDEX RENAME statement
> ---------------------------------------------------------
>
>                 Key: IGNITE-16196
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16196
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Taras Ledkov
>            Priority: Minor
>              Labels: ignite-3
>
> As we can CREATE and DROP INDEX need to provide the ability to alter a name of an index by DDL commands.
> Let's extend SQL grammar with the following syntax:
> ALTER INDEX [ IF EXISTS ] <name> RENAME TO <new_name>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)