Add postrgesql.User #123
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/enhancement
Improvements or new features
We tried to add a Role() to our AWS Redshift cluster and this resulted in a SQL error message:
@t0yv0 pointed out in the Pulumi Slack, that Redshift in particular does not support the more modern
CREATE ROLE
and instead still uses the olderCREATE 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.
The text was updated successfully, but these errors were encountered: