MatheusFarias03 commented on issue #111:
URL: https://github.com/apache/age-viewer/issues/111#issuecomment-1396220738
Running the query it outputs this:
```
label | namespace_id | cnt | name | namespace |
name | graph | id | kind | relation
-------------------+--------------+-----+--------------+--------------+-------------------+-------+----+------+----------------------------------
AUTHOR_OF | 17439 | 13 | goodreads_db | goodreads_db |
AUTHOR_OF | 17442 | 7 | e | goodreads_db."AUTHOR_OF"
Author | 17439 | 5 | goodreads_db | goodreads_db |
Author | 17442 | 6 | v | goodreads_db."Author"
Book | 17439 | 13 | goodreads_db | goodreads_db | Book
| 17442 | 4 | v | goodreads_db."Book"
CURRENTLY_READING | 17439 | 2 | goodreads_db | goodreads_db |
CURRENTLY_READING | 17442 | 8 | e | goodreads_db."CURRENTLY_READING"
READ | 17439 | 9 | goodreads_db | goodreads_db | READ
| 17442 | 5 | e | goodreads_db."READ"
User | 17439 | 1 | goodreads_db | goodreads_db | User
| 17442 | 3 | v | goodreads_db."User"
_ag_label_edge | 17439 | 0 | goodreads_db | goodreads_db |
_ag_label_edge | 17442 | 2 | e | goodreads_db._ag_label_edge
_ag_label_vertex | 17439 | 0 | goodreads_db | goodreads_db |
_ag_label_vertex | 17442 | 1 | v | goodreads_db._ag_label_vertex
(8 rows)
```
--
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]