You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Enhanced Compatibility: Validated and tested the code with PostgreSQL 17 to ensure compatibility and stability.
Simplified Privilege Management: Introduced new functions (grant_pg_background_privileges and revoke_pg_background_privileges) to streamline the process of granting and revoking privileges for the pg_background extension.
Improved Documentation: Updated the README file to reflect the latest changes, acknowledge contributors, and provide clear licensing details.
Enhanced Error Handling: Improved error reporting by displaying exception and error messages in the client's preferred encoding (contributed by @joelhecht).