Merge branch '15946-collectionfs-deadlock'
[arvados.git] / doc / _includes / _install_postgres_database.liquid
index 5373680caf9a8d6111f6bc697761dfad9fa073ed..f4b95ac0be376941414b3c3c601aa2cf61f20193 100644 (file)
@@ -23,7 +23,7 @@ yourgeneratedpassword
 </li>
 {% if use_contrib %}
 <li>Enable the pg_trgm extension
-  <notextile><pre>$ <span class="userinput">psql {{service_database}} -c "CREATE EXTENSION pg_trgm"</span></pre></notextile>
+  <notextile><pre>$ <span class="userinput">psql {{service_database}} -c "CREATE EXTENSION IF NOT EXISTS pg_trgm"</span></pre></notextile>
 </li>
 {% endif %}
 <li>Exit the postgres user shell: