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

Add the load_from_plugins parameter in the Python driver to load AGE from the $libdir/plugins directory #1949

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

daanwa
Copy link
Contributor

@daanwa daanwa commented Jul 3, 2024

Add the load_from_plugins parameter in the Python driver to load AGE from the $libdir/plugins directory

This is useful when a non-superuser login is used for the connection.

Additionally, fixed a small bug where a memoryview was not transformed to bytes before decoding into a UTF-8 string.

…E from the $libdir/plugins directory (apache#1935)

This is useful when a non-superuser login is used for the connection.

Additionally, fixed a small bug where a memoryview was not transformed to bytes before decoding into a UTF-8 string.

Co-authored-by: Daan Wagenaar <[email protected]>
(cherry picked from commit 7fc3448)
@github-actions github-actions bot added the PG15 PostgreSQL15 label Jul 3, 2024
@jrgemignani jrgemignani merged commit 26dcb4f into apache:PG15 Jul 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG15 PostgreSQL15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants