[GitHub] [age] CC-Hsu commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
CC-Hsu commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1521033114 Hi, jrgemignani, Thanks for point out this point ; there are too many similar GUCs for me. What about

[GitHub] [age] mohayu22 closed issue #791: Segmentation fault when SET n.value = rand() or SET n.value = pi()

2023-04-24 Thread via GitHub
mohayu22 closed issue #791: Segmentation fault when SET n.value = rand() or SET n.value = pi() URL: https://github.com/apache/age/issues/791 -- 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

[GitHub] [age] jrgemignani commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
jrgemignani commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1521017959 @CC-Hsu Per https://www.postgresql.org/docs/current/sql-load.html > Non-superusers can only apply LOAD to library files located in $libdir/plugins/ — the specified filename must

[GitHub] [age] jrgemignani commented on issue #785: Implement apoc.meta.types function: returns a map of keys to types

2023-04-24 Thread via GitHub
jrgemignani commented on issue #785: URL: https://github.com/apache/age/issues/785#issuecomment-1520995402 @Zainab-Saad Yeah, for now we could look into the functions that make sense and will add value. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [age] CC-Hsu commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
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

[GitHub] [age-website] carlasanches opened a new pull request, #152: Fix information about installing Postgres

2023-04-24 Thread via GitHub
carlasanches opened a new pull request, #152: URL: https://github.com/apache/age-website/pull/152 This commit fixes the instructions to install Postgres via package management on Ubuntu and closes apache/age#841 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [age] jrgemignani commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
jrgemignani commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1520870960 > Be aware there will be a failure for the first query. However, subsequent queries will be work. https://github.com/apache/age/issues/41. I need to point out that, per that

[GitHub] [age] aru-d-at commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
aru-d-at commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1520789029 @jrgemignani Noted. Thank you! Do you think it would be within the best interest to have the function modified with an argument to connect for non-superuser? Of course they would

[GitHub] [age] jrgemignani commented on issue #829: Reuse of variable with label constraint in concurrent MATCH clauses does not error out

2023-04-24 Thread via GitHub
jrgemignani commented on issue #829: URL: https://github.com/apache/age/issues/829#issuecomment-1520664618 When I did the work for variable reuse I only did it for the properties. I should have also considered the labels, but didn't. I would imagine that the same code could be expanded to

[GitHub] [age] carlasanches opened a new issue, #841: Missing information in the documentation about installing PostgreSQL on Ubuntu as a requirement for AGE

2023-04-24 Thread via GitHub
carlasanches opened a new issue, #841: URL: https://github.com/apache/age/issues/841 **Describe the bug** The instructions to install PostgreSQL on Ubuntu via package manager in the "Setup" section are incomplete. It says: > You can use a package management that your OS

[GitHub] [age] aru-d-at commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
aru-d-at commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1520630725 @jrgemignani Noted. Thank you! Do you think it would be within the best interest to have another function to connect for non-superuser? Of course they would require sufficient

[GitHub] [age] jrgemignani commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
jrgemignani commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1520559219 @CC-Hsu > Although the [LOAD command](https://www.postgresql.org/docs/current/sql-load.html) is superuser-restricted, it may be replaced by setting

[GitHub] [age] aru-d-at commented on issue #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
aru-d-at commented on issue #839: URL: https://github.com/apache/age/issues/839#issuecomment-1520361140 Hi Hsu, Thank you for pointing out this limitation. It seems like non-superuser connections are not possible with the current drivers. This may cause an issue in deploying

[VOTE] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-24 Thread Kamlesh Kumar
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 12. Checked: - Signature and Hash - Tags and Links - LICENSE and NOTICE - No unexpected binary files - Regression tests, All passed

[GitHub] [age] CC-Hsu opened a new issue, #839: Allowing non-superuser to access Apache AGE through python driver

2023-04-24 Thread via GitHub
CC-Hsu opened a new issue, #839: URL: https://github.com/apache/age/issues/839 Hi, Team, Previously we try to use Apache AGE Python driver to access an AGE database. But we find that we can not run the driver successfully without a DB user with superuser privilege due to `LOAD

[GitHub] [age] CC-Hsu opened a new issue, #838: Maintaining RPM SPEC for Apache AGE

2023-04-24 Thread via GitHub
CC-Hsu opened a new issue, #838: URL: https://github.com/apache/age/issues/838 Hi, Team, I find that there was several SRPMs of the Apache AGE in the [PGDG YUM repository](http://yum.postgresql.org/) that can be used to build ready-to-use RPM packages.