guruguruguru commented on issue #577:
URL: https://github.com/apache/age/issues/577#issuecomment-1398099849

   age=# \dx
                    List of installed extensions
     Name   | Version |   Schema   |         Description          
   ---------+---------+------------+------------------------------
    age     | 1.1.0   | ag_catalog | AGE database extension
    plpgsql | 1.0     | pg_catalog | PL/pgSQL procedural language
   (2 rows)
   
   age=# alter extension age update;
   ALTER EXTENSION
   age=# \dx
                    List of installed extensions
     Name   | Version |   Schema   |         Description          
   ---------+---------+------------+------------------------------
    age     | 1.1.1   | ag_catalog | AGE database extension
    plpgsql | 1.0     | pg_catalog | PL/pgSQL procedural language
   (2 rows)
   
   Worked now, thank you!


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

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

Reply via email to