From 40d8ecb4447c8d6a9ea1a409c1ad68e1e7c103ff Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Sun, 12 Nov 2017 11:26:58 -0500 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20intro=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoPostgreSQL.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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.