age
age copied to clipboard
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
**Describe the bug** load_labels_from_file produced duplicated graphId **How are you accessing AGE (Command line, driver, etc.)?** - psql **What data setup do we need to do?** ```pgsql SELECT * FROM...
Added EmitWarningsOnPlaceholders("age") to warn when an undefined GUC parameter is set for a placeholder named "age". Warnings are issued when PostgreSQL starts and when SET statements are executed. When PostgreSQL...
Added EmitWarningsOnPlaceholders("age") to warn when an undefined GUC parameter is set for a placeholder named "age". Warnings are issued when PostgreSQL starts and when SET statements are executed. When PostgreSQL...
**Describe the bug** A clear and concise description of what the bug is. Code bug. Different declaration and definition of the function return parameter type **How are you accessing AGE...
I came across some commands that throw errors in cypher.sql and I am not sure whether this is expected behavior or not. I am unsure whether this is okay because...
I have a AGE DB populated with the below vertex and edges, however age viewer takes several hours to load this. How to tune viewer to load this faster. nspdb=#...
**Describe the bug** I have a label "Game" on a node, I wanna change it to "game", but I tried REMOVE, I got an error: ```syntax error at or near...
**Describe the bug** List comprehension in a WHERE clause causes server process to terminate with "signal 11: Segmentation fault" **How are you accessing AGE (Command line, driver, etc.)?** - Node.js/DBeaver/psql...
Hello Age developers. I have a question regarding GraphQL service, that I could setup for our enterprise, to service Age Graph database via GraphQL front-end. Any suggestions or experience setting...
For all currently maintained branches and postgres / age versions, the behavior of the request ``` SELECT * FROM cypher('test_graph', $$ MATCH (v) WITH label(v) as vlabel RETURN vlabel $$)...