[teiid-issues] [JBoss JIRA] (TEIID-2578) add/remove schema elements

Ramesh Reddy (JIRA) issues at jboss.org
Wed Aug 10 15:26:00 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277531#comment-13277531 ] 

Ramesh Reddy commented on TEIID-2578:
-------------------------------------

ALTER Support will be like

{code}
ALTER <VIRTUAL> SCHEMA <name>  OPTIONS ( ADD|SET|DROP <key-value>)
ALTER  DATABASE <name>  OPTIONS ( ADD|SET|DROP <key-value>)
ALTER  SERVER <name>  OPTIONS ( ADD|SET|DROP <key-value>)
ALTER  (DATA WRAPPER|TRANSLATOR) <name>  OPTIONS ( ADD|SET|DROP <key-value>)
{code}

ALTER TABLE, Procedure to follow later..

> add/remove schema elements
> --------------------------
>
>                 Key: TEIID-2578
>                 URL: https://issues.jboss.org/browse/TEIID-2578
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: 9.1
>
>
> Schemas are currently static after load.  Modifications can only happen with restarts or new versions.  We should allow add/drop at runtime.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list