how to add enable_case_sensitive_super_attribute = true to Redshift?

0

As per the latest Redshift documentation, this is a valid parameter https://docs.aws.amazon.com/redshift/latest/dg/r_enable_case_sensitive_super_attribute.html#r_enable_case_sensitive_super_attribute-usage-notes

I tried adding it via CDK but get error Could not find parameter with name: enable_case_sensitive_super_attribute

I tried adding it via Console but it is not listed, and no option to add it. I've checked both default parameters and custom parameter group.

Can this parameter only be set for the current session as in https://docs.aws.amazon.com/redshift/latest/dg/cm_chap_ConfigurationRef.html#t_Modifying_the_default_settings ?

annvb
已提問 1 個月前檢視次數 148 次
1 個回答
1

This issue may arise if the parameter isn't listed, possibly due to regional availability or unsupported Redshift cluster version. Through AWS CDK, define CfnClusterParameterGroup with the parameter. Errors might occur if the CDK version is outdated or the parameter is region/cluster-specific.

profile picture
專家
已回答 1 個月前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南