diff --git a/HowtoPostgreSQL.md b/HowtoPostgreSQL.md index 6cfc5409..22e14357 100644 --- a/HowtoPostgreSQL.md +++ b/HowtoPostgreSQL.md @@ -312,6 +312,11 @@ foo=# \d+ =# SELECT pg_terminate_backend(); ~~~ +* Afficher (ou masquer) combien de temps prend une requête : + +~~~ +=$ \timing +~~~ ### Sauvegardes et restaurations des données de PostgreSQL