I’m using Apache age extension for PostgreSQL and I’m using PostgreSQL version 11 on my system which is Ubuntu 22.04
how I can know the version of Apache AGE using terminal in Ubuntu
I’m using Apache age extension for PostgreSQL and I’m using PostgreSQL version 11 on my system which is Ubuntu 22.04
how I can know the version of Apache AGE using terminal in Ubuntu
4
Answers
Use the following query
You can run the following command inside the terminal without getting into a sql session to list your installed extensions and their versions as well. (MUST having postgresql server running)
You can have a look at the
age.control
file for the version that is currently being used.A different version can be installed by changing the
default_version
property.dx age
command: