Closed shota-matsumoto-lm closed 3 years ago
It seems the current PGX allows _
but not documented so.
pg2pgx will be replaced to pg2csv, so _label
does not needed.
However, we still need to check if PGQL allows underscore in property name.
This queyr is allowed in the PGQL syntax and works (tested on Graph Studio)
insert into test1 vertex v labels ("_label") properties (v."_prop" = 1);
We don't need to maintain pg2pgx anymore, anyway.
Current PGQL does not allow underscore as property name (ref.), while pg2pgx uses '_label' property.