-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/enhancementImprovements or new featuresImprovements or new features
Description
We tried to add a Role() to our AWS Redshift cluster and this resulted in a SQL error message:
error: error creating role my_user: pq: syntax error at or near "ROLE"
@t0yv0 pointed out in the Pulumi Slack, that Redshift in particular does not support the more modern CREATE ROLE and instead still uses the older CREATE USER construct, but the pulumi PostgreSQL provider does not support this.
Affected feature
Adding the User() would help to use the Pulumi PostgreSQL provider with older or forked versions of PostreSQL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/enhancementImprovements or new featuresImprovements or new features
Type
Fields
Give feedbackNo fields configured for issues without a type.