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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]