Aqua Data Studio 15.0.0-dev-263
Build #: 37662
Built on: 2014-May-01 05:25:32 PM
OS Environment: Windows 8(x64 bit)
Database : Amazon Redshift
Steps to reproduce:
1. Connect to Amazon Redshift server --> Go to databases folder
2. Exapnd any database
3. Create Group
CREATE GROUP "va_group"
GO
4. Grant access on database with grant option.Execute below query
GRANT CREATE ON DATABASE "test" TO GROUP "va_group" WITH GRANT OPTION
GO
It gives error
ERROR: grant options can only be granted to individual users
When i look it into redshift documents, they allows Grant Options on groups also.Please see link
http://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html
5. If this is issue then there is also need to fix in UI also.
This message is returned from the Redshift Server and not by ADS.