CC-Hsu commented on issue #839:
URL: https://github.com/apache/age/issues/839#issuecomment-1520977597

   Hi, All,
   
   Thanks for your attention. 😊
   
   Regarding to `LOAD` command issue, I think besides of changing the shared 
object location to `$libdir/plugins/`, another option may be setting 
[`local_preload_libraries`](https://postgresqlco.nf/doc/en/param/local_preload_libraries/).
   ```
   ALTER SYSTEM SET local_preload_libraries = '$libdir/age';
   SELECT pg_reload_conf()
   ```
   
   As far as I know, this can make AGE loaded for non-superuser roles without 
changing `age.so` file location.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to