This commit is contained in:
Igor I
2025-06-13 14:34:58 +05:00
parent cab906cff1
commit 91672d99ee
2 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,7 @@ O:\MyDocuments\DataBases\postgresql-10.13-1-windows-x64-binaries\pgsql\bin\initd
```
Или так если нужно установить PostGIS
```sh
sudo apt-get install postgis
sudo apt-get install postgis -y
```
Для удаления PostGIS в месте с зависимыми пакетами:
```sh