This message was deleted.
# python
s
This message was deleted.
e
Redshift does not speak the Postgres dialect precisely, there’re differences especially around things like roles. I.e. they both support CREATE USER but only Postgres supports CREATE ROLE
s
And as the Pulumi PostgreSQL provider only has a Role Resource it won't be able to create a Role within a Redshift derivate of PostgreSQL
I see
Do you have plans for adding the User aswell?
Am not too familiar with PostgreSQL, but User was the old concept, Roles are the new way to go?
What about adding a Script resource to the provider for raw SQL scripts to execute, this could help in cases of feature incompatibilities like mine
e
I’m not too familiar with this part of the codebase yet, but it sounds like if things like this are missing https://github.com/pulumi/pulumi-postgresql/issues adding requests to issue tracker can be very helpful
👍 1
s
Awesome, will add a feature request. Thanks for your help
👍 1