You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/10/24 06:11:18 UTC

[GitHub] [age] susano0 commented on issue #334: Vertex Naming Convention/Rules

susano0 commented on issue #334:
URL: https://github.com/apache/age/issues/334#issuecomment-1288467476

   @rafsun42 No, you can create vertex and edge labels without errors if you don't use a cypher query.  So, it needs to be fixed. Please see the examples below. 
   ```
   SELECT create_vlabel('gcc1','1');
   NOTICE:  VLabel "1" has been created
   ```
   ```
   SELECT create_vlabel('gcc1','\n');
   NOTICE:  VLabel "\n" has been created
   ```
   
   


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org