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

   **Describe the bug**
   CREATE and MERGE functions are throwing exceptions.
   
   **How are you accessing AGE (Command line, driver, etc.)?**
   - DBeaver
   
   **What is the command that caused the error?**
   ```pgsql
   SELECT * 
   FROM cypher('graph_name', $$
       CREATE (n)
   $$) as (v agtype);
   ```
   ```
   SQL Error [XX000]: ERROR: ag function does not exist
     Detail: agtype_volatile_wrapper(1)
     Position: 39
   
   
   Error position: line: 2 pos: 38
   ```
   
   **Expected behavior**
   A single vertex should be created
   
   **Environment (please complete the following information):**
   - Age Version: 1.2.0
   - PostgreSQL 11.13 (Debian 11.13-1.pgdg100+1) on x86_64-pc-linux-gnu, 
compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
   
   **Additional context**
   It was working fine, but after the Kubernetes db pod got restarted, these 
commands started throwing the exception.
   


-- 
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]

Reply via email to