diff --git a/HowtoPostgreSQL.md b/HowtoPostgreSQL.md index afb5c03d..b6f31aa7 100644 --- a/HowtoPostgreSQL.md +++ b/HowtoPostgreSQL.md @@ -14,8 +14,17 @@ categories: databases ~~~ # apt install postgresql -# /usr/lib/postgresql/9.4/bin/postgres -V -postgres (PostgreSQL) 9.4.9 +# # /usr/lib/postgresql/9.6/bin/postgres -V +postgres (PostgreSQL) 9.6.4 + +# # systemctl status postgresql +● postgresql.service - PostgreSQL RDBMS + Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) + Active: active (exited) since Thu 2017-10-05 20:11:08 CEST; 1 months 7 days ago + Process: 6697 ExecReload=/bin/true (code=exited, status=0/SUCCESS) + Main PID: 17520 (code=exited, status=0/SUCCESS) + Tasks: 0 (limit: 4915) + CGroup: /system.slice/postgresql.service ~~~ > **Note** : Assurez-vous d'avoir configuré votre locale système avec `dpkg-reconfigure locales`. L'initialisation des bases de données de template sera faite avec la locale du système.