- cek postgreSQL Verison
- server version
```
pg_config --version
```
- client
```
psql --version
```
- You can check which clusters you are running using the pg_lsclusters commandline tool that is also installed
```
pg_lsclusters
```

- To see what extensions are available
```
apt search postgresql-12 | grep postgis
```

# refrensi
- [osgeo](https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS3UbuntuPGSQLApt) : UsersWikiPostGIS3UbuntuPGSQLApt
cek postgreSQL Verison
You can check which clusters you are running using the pg_lsclusters commandline tool that is also installed
refrensi