pdpotter commented on issue #33:
URL: https://github.com/apache/incubator-age/issues/33#issuecomment-791682832


   Yes. See below for a more complete listing of the statements I executed 
after logging in as a non-superuser, who is the owner of the database that is 
being connected
   
   ```
   psql -U crdb -W -h 127.0.0.1 -p 5433 crdb
   Password: 
   psql (11.7 (Debian 11.7-0+deb10u1), server 11.10 (Debian 11.10-0+deb10u1))
   SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 
256, compression: off)
   Type "help" for help.
   
   crdb=> load '$libdir/plugins/age.so'; 
   LOAD
   crdb=> SET search_path = ag_catalog, "$user", public;
   SET
   crdb=> SELECT create_graph('g');
   ERROR:  function create_graph(unknown) does not exist
   LINE 1: SELECT create_graph('g');
                  ^
   HINT:  No function matches the given name and argument types. You might need 
to add 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.

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


Reply via email to