aptitude -> apt

This commit is contained in:
Jérémy Lecour 2017-06-21 17:17:44 +02:00 committed by Jérémy Lecour
parent fd9053e318
commit ede77ea0f2
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ SELECT pid, datname, usename, client_addr, query_start, waiting, query
<section>
<h4>Outils complémentaires</h4>
<pre>
<code data-trim class="hljs nohighlight"># aptitude install ptop pgbadger pgadmin3</code>
<code data-trim class="hljs nohighlight"># apt install ptop pgbadger pgadmin3</code>
<code data-trim class="hljs nohighlight">$ pg_top</code>
</pre>
<h4>Faire un VACUUM FULL sur toutes les bases de données</h4>