Aqua Data Studio 15.0.0-dev-110
Build #: 36056
Built on: 2014-Feb-13 02:24:47 PM
OS Environment: Windows 8(x64 bit)
Database: Amazon Redshift
Alter Schema Option missing.
Steps to reproduce:
1. Connect to Amazon Redshift server,Select any database
2. Create Schema
CREATE SCHEMA "testredshift"
GO
3. Right click on above created schema, here we observe alter schema option is missing.
4. As per Amazon Redshift Documentation we can Rename the schema or we can alter the owner of schema.
Link: http://docs.aws.amazon.com/redshift/latest/dg/r_ALTER_SCHEMA.html
5. so we go through Query analyzer, we run Alter schema scripts for Rename the schema or alter owner of schema and this will get executed successfully.
Alter schema "testredshift"
Rename to "redshift"
GO
Please see attached screenshot.
This issue has been moved to future enhancement. We have currently never offered alter support for schemas in any database.