pgmoneta / pgmoneta_ext

PostgreSQL extension for pgmoneta
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

[#10] pgmoneta_ext_check_privilege #13

Closed GuChad369 closed 4 months ago

GuChad369 commented 4 months ago

Add a new function pgmoneta_ext_check_privilege to check the role's privilege and return the bit mask.

jesperpedersen commented 4 months ago

LGTM.

So, I think you can get started on porting the test suite over the core repository, and getting the extension installed as part of that...

GuChad369 commented 4 months ago

So, I think you can get started on porting the test suite over the core repository, and getting the extension installed as part of that...

Sorry for the confusion, but could you please clarify your instructions? Do you mean that we need to integrate the test suite into the pgmoneta project?

If so, does this mean I should submit a pull request to the pgmoneta repository to include the test suite as part of the project?

jesperpedersen commented 4 months ago

Yes, just copy it over, and create extension.h|.c that will call the extension functions

jesperpedersen commented 4 months ago

Merged.

Thanks for your contribution !