1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-24 08:42:27 +02:00

add ... to suggest that more options are handled

This commit is contained in:
Hubert depesz Lubaczewski 2022-11-12 10:27:49 +01:00
parent 052cf3e19e
commit 997c9a4bdc

View File

@ -36,7 +36,7 @@
<input id="title" name="title" class="auto-hint" title="Optional title"/>
% }
<label for="plan">Paste output of <code><a href="https://www.postgresql.org/docs/current/sql-explain.html">EXPLAIN (ANALYZE, BUFFERS)</a> <em>your query</em>;</code> here:</label>
<label for="plan">Paste output of <code><a href="https://www.postgresql.org/docs/current/sql-explain.html">EXPLAIN (ANALYZE, BUFFERS, ...)</a> <em>your query</em>;</code> here:</label>
<textarea id="plan" name="plan" class="auto-hint" title="For example:
=> EXPLAIN (ANALYZE, BUFFERS) SELECT * FROM some_view WHERE nspname not in ('pg_catalog', 'information_schema') order by 1, 2, 3;
QUERY PLAN