Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql_grant: add foreign data wrapper and server support #109

Merged
merged 10 commits into from
Aug 22, 2021
Merged

postgresql_grant: add foreign data wrapper and server support #109

merged 10 commits into from
Aug 22, 2021

Conversation

kostiantyn-nemchenko
Copy link
Contributor

@kostiantyn-nemchenko kostiantyn-nemchenko commented Aug 8, 2021

Closes #104

@kostiantyn-nemchenko kostiantyn-nemchenko changed the title [WIP] postgresql_grant: add foreign data wrapper and server support postgresql_grant: add foreign data wrapper and server support Aug 11, 2021
@kostiantyn-nemchenko kostiantyn-nemchenko marked this pull request as ready for review August 11, 2021 19:50
@cyrilgdn cyrilgdn self-requested a review August 13, 2021 09:54
Copy link
Owner

@cyrilgdn cyrilgdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

Thanks for your work 😊

I triggered the tests which fail because of the RDS test suite, for now we can ignore them (cf my comments).

I also think we can use the new objects settings (that has been merged in master today) instead of creating the 2 new fields foreign_data_wrapper and foreign_server

postgresql/resource_postgresql_grant.go Outdated Show resolved Hide resolved
postgresql/resource_postgresql_grant_test.go Show resolved Hide resolved
postgresql/resource_postgresql_grant_test.go Show resolved Hide resolved
@kostiantyn-nemchenko kostiantyn-nemchenko changed the title postgresql_grant: add foreign data wrapper and server support [WIP] postgresql_grant: add foreign data wrapper and server support Aug 20, 2021
@kostiantyn-nemchenko kostiantyn-nemchenko marked this pull request as draft August 20, 2021 20:05
@kostiantyn-nemchenko kostiantyn-nemchenko marked this pull request as ready for review August 21, 2021 08:10
@kostiantyn-nemchenko
Copy link
Contributor Author

Hi, @cyrilgdn ,
Thanks for your detailed feedback. I've tried to address all your comments/suggestions. Please let me know what you think.

@kostiantyn-nemchenko kostiantyn-nemchenko changed the title [WIP] postgresql_grant: add foreign data wrapper and server support postgresql_grant: add foreign data wrapper and server support Aug 21, 2021
Copy link
Owner

@cyrilgdn cyrilgdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kostiantyn-nemchenko Nice, LGTM 👍

Thanks again for your work!

@cyrilgdn cyrilgdn merged commit fa2eb0e into cyrilgdn:master Aug 22, 2021
@cyrilgdn
Copy link
Owner

This has just been released in v1.14.0

@kostiantyn-nemchenko kostiantyn-nemchenko deleted the foreign_data_wrapper_server branch August 22, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for object_type FOREIGN
2 participants