[
https://issues.jboss.org/browse/TEIID-2578?page=com.atlassian.jira.plugin...
]
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)