rafsun42 commented on issue #54:
URL: https://github.com/apache/age/issues/54#issuecomment-2097088502
Has anyone found a workaround to make age work with citus?
I see that the following works **if** `_ag_label_vertex` does not have any
child table:
```
SELECT create_distributed_table('qwe._ag_label_vertex', 'id');
```
However, the `CREATE` command does not work afterwards. I tried multiple
times.
```
postgres=# SELECT * FROM ag_catalog.cypher('qwe', $$ CREATE ({age:2}) $$) as
(a ag_catalog.agtype);
ERROR: unhandled cypher(cstring) function call
DETAIL: qwe
postgres=# SELECT * FROM ag_catalog.cypher('qwe', $$ CREATE () $$) as (a
ag_catalog.agtype);
ERROR: cannot display a value of type internal
postgres=# SELECT * FROM ag_catalog.cypher('qwe', $$ CREATE ({age:2}) $$) as
(a ag_catalog.agtype);
ERROR: cannot display a value of type internal
```
--
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]