Re: [I] If an alias is not specified, the count result is incorrect. [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #945: URL: https://github.com/apache/age/issues/945#issuecomment-1773549306 Verified this is still an issue - ``` psql-15.4-5432-pgsql=# SELECT create_graph('movie_graph'); NOTICE: graph "movie_graph" has been created create_graph --

Re: [I] MERGE does not see 'x' as a valid reuse [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #979: URL: https://github.com/apache/age/issues/979#issuecomment-1773547573 Resolved -- 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 unsub

Re: [I] MERGE does not see 'x' as a valid reuse [age]

2023-10-20 Thread via GitHub
jrgemignani closed issue #979: MERGE does not see 'x' as a valid reuse URL: https://github.com/apache/age/issues/979 -- 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 unsubscr

Re: [I] Implicit Boolean Casting causes unexpected behavior in Logical Boolean Operators [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #1008: URL: https://github.com/apache/age/issues/1008#issuecomment-1773545999 @dehowef Is this still an issue that we need to look into or correct? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Gin Indexing Problem [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #1009: URL: https://github.com/apache/age/issues/1009#issuecomment-1773545020 @arca1n I believe this issue has been resolved in the **master** branch. Would you be able to verify it on your end? -- This is an automated message from the Apache Git Service. To

Re: [I] Could not find rte error when using path variable in WHERE [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #1045: URL: https://github.com/apache/age/issues/1045#issuecomment-1773542633 @MatheusFarias03 @MuhammadTahaNaveed This looks to still be an issue - ``` psql-15.4-5432-pgsql=# select * from create_graph('graph'); NOTICE: graph "graph" has been crea

Re: [I] [PG-16] Result-relation RTE has no permissions info associated. How to change that? [age]

2023-10-20 Thread via GitHub
MatheusFarias03 commented on issue #1055: URL: https://github.com/apache/age/issues/1055#issuecomment-1773540021 No it's not, it was fixed and the PG16 project solved this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] [PG-16] Result-relation RTE has no permissions info associated. How to change that? [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #1055: URL: https://github.com/apache/age/issues/1055#issuecomment-1773538103 @MatheusFarias03 Is this still an issue? -- 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

Re: [I] List functions In AGE [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #1109: URL: https://github.com/apache/age/issues/1109#issuecomment-1773536483 @M4rcxs Do you mean as a parameter of type list? For example: ``` lst = ['this', 'that', 1, 2, {name: "Jim"}] toUpper(lst) or toLower(lst) ``` If so,

Re: [DISCUSS] Apache AGE 1.4.0 Release for PostgreSQL 11

2023-10-20 Thread Muhammad Shoaib
+1 Checked: - Signature and hash - LICENSE and notice - Links and Tags - Unexpected binary files (none) Kind Regards Shoaib On Fri, Oct 20, 2023 at 9:25 PM Rafsun Masud wrote: > +1 > > Checked: > - Signature and hash > - LICENSE and notice > - Links and Tags > - Unexpected binary files (none)

Re: [DISCUSS] Apache AGE 1.4.0 Release for PostgreSQL 11

2023-10-20 Thread Rafsun Masud
+1 Checked: - Signature and hash - LICENSE and notice - Links and Tags - Unexpected binary files (none) Regards, Rafsun Masud On Tue, Oct 17, 2023 at 5:22 PM Dehowe Feng wrote: > Awesome!! The team has been working hard on AGE and these updates will > bring AGE for PG11 in line with the other

Re: [I] Index is not used in the WHERE clause for IN operator [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #1235: URL: https://github.com/apache/age/issues/1235#issuecomment-1773176853 @vladiksun I do want to add that we are continuously adding to, and adjusting, these property operators. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] Efficient Techniques for Tracking Graph Changes in Apache AGE [age]

2023-10-20 Thread via GitHub
jrgemignani commented on issue #1284: URL: https://github.com/apache/age/issues/1284#issuecomment-1773145000 @MatheusFarias03 This is a topic that we've been discussing internally - Audit logs should already exist for any database action that can be logged, provided the DBA or admin

Re: [I] Index is not used in the WHERE clause for IN operator [age]

2023-10-20 Thread via GitHub
vladiksun commented on issue #1235: URL: https://github.com/apache/age/issues/1235#issuecomment-1772247878 @jrgemignani @rafsun42 @dehowef Thank you for looking into this. We will try to check the btree index feature for IN operator as well as new option ``` SET age.enable_containm