cmucheru opened a new issue, #1279:
URL: https://github.com/apache/age/issues/1279

   I am working with the age through the psql terminal. I am trying to create a 
graph but then I am getting an issue. 
   ```
   psql (14.9)
   Type "help" for help.
   
   postgres=# CREATE EXTENSION age;
   CREATE EXTENSION
   postgres=# LOAD 'age';
   LOAD
   postgres=# SELECT create_graph('new_graph');
   2023-10-15 20:18:02.928 EAT [15166] ERROR:  function create_graph(unknown) 
does not exist at character 8
   2023-10-15 20:18:02.928 EAT [15166] HINT:  No function matches the given 
name and argument types. You might need to add explicit type casts.
   2023-10-15 20:18:02.928 EAT [15166] STATEMENT:  SELECT 
create_graph('new_graph');
   ERROR:  function create_graph(unknown) does not exist
   LINE 1: SELECT create_graph('new_graph');
                  ^
   HINT:  No function matches the given name and argument types. You might need 
to add explicit type casts.
   postgres=#  
   ```
   How do I add these explicit type casts?


-- 
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-unsubscr...@age.apache.org.apache.org

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

Reply via email to