diff options
| author | Paolo Melchiorre <paolo@melchiorre.org> | 2022-12-14 16:49:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-14 16:49:50 +0100 |
| commit | d44ee518c4c110af25bebdbedbbf9fba04d197aa (patch) | |
| tree | 98f5be9dd1f5b7231c91b2c1f72462961022c8a9 /docs | |
| parent | 9d9ec0c79f52efad3a4d3f6ac4644d5c9fb1d22c (diff) | |
Fixed #34213 -- Updated PostgreSQL package names in installing PostGIS docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/postgis.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/postgis.txt b/docs/ref/contrib/gis/install/postgis.txt index 436e0979d2..0c7d20ae84 100644 --- a/docs/ref/contrib/gis/install/postgis.txt +++ b/docs/ref/contrib/gis/install/postgis.txt @@ -11,8 +11,8 @@ The `psycopg2`_ module is required for use as the database adapter when using GeoDjango with PostGIS. On Debian/Ubuntu, you are advised to install the following packages: -``postgresql-x.x``, ``postgresql-x.x-postgis``, ``postgresql-server-dev-x.x``, -and ``python-psycopg2`` (x.x matching the PostgreSQL version you want to +``postgresql-x``, ``postgresql-x-postgis-3``, ``postgresql-server-dev-x``, +and ``python3-psycopg2`` (x matching the PostgreSQL version you want to install). Alternately, you can `build from source`_. Consult the platform-specific instructions if you are on :ref:`macos` or :ref:`windows`. |
