You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/12/24 02:17:25 UTC

[GitHub] [age] Munmud opened a new pull request, #414: Create graph instruction fixed

Munmud opened a new pull request, #414:
URL: https://github.com/apache/age/pull/414

   # Create graph instruction fixed
   
   ### Previous instruction
   ```
   create_graph(graph_name);
   ```
   ### Given Previous Error (Screenshot)
   ![Screenshot from 2022-12-24 08-00-34](https://user-images.githubusercontent.com/53787290/209417599-dfdbc613-ceac-432a-a9af-57c191f4c151.png)
   
   ### Updated Instruction
   ```
   SELECT create_graph('graph_name');
   ```
   ### Screenshot
   ![Screenshot from 2022-12-24 07-59-36](https://user-images.githubusercontent.com/53787290/209417637-f0c69bd6-a7ab-4ad1-a524-cb0374479255.png)
   
   
   


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

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


[GitHub] [age] JoshInnis merged pull request #414: Create graph instruction fixed : Changed from "create_graph(graph_name);" to "SELECT create_graph('graph_name');"

Posted by GitBox <gi...@apache.org>.
JoshInnis merged PR #414:
URL: https://github.com/apache/age/pull/414


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

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