diff --git a/HowtoPostgreSQL.md b/HowtoPostgreSQL.md index 033f7a17..92500e82 100644 --- a/HowtoPostgreSQL.md +++ b/HowtoPostgreSQL.md @@ -1377,7 +1377,7 @@ hostname=# select pg_get_functiondef(to_regproc('gen_random_uuid')); Il faut en premier installé les paquets suivants, exemple sur une instance postgresql 11 : ~~~ -# apt install postgis postgresql-11-postgis-2.5-scripts +# apt install postgis postgresql-11-postgis-2.5 postgresql-11-postgis-2.5-scripts ~~~ Ensuite il faut faire un `CREATE EXTENTION` dans la base de données ou l'on veux utilisé postgis.