diff options
| author | Paolo Melchiorre <paolo@melchiorre.org> | 2022-12-14 16:49:50 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-12-14 16:50:44 +0100 |
| commit | 2d156780f376d7943bff41e72d184b1c13e2ca4f (patch) | |
| tree | bf900ed42e93c5a34a883f9f2741aab94dd4e82d /docs/ref | |
| parent | 1106c99a1fea8e2a550f467dcf3128320da1c606 (diff) | |
[4.1.x] Fixed #34213 -- Updated PostgreSQL package names in installing PostGIS docs.
Backport of d44ee518c4c110af25bebdbedbbf9fba04d197aa from main
Diffstat (limited to 'docs/ref')
| -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`. |
