Skip to content

Commit c9cbb2b

Browse files
authored
Replace < and > with actual angle brackets in code block (github#319)
1 parent 6b28f6c commit c9cbb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timescaledb/how-to-guides/troubleshoot-timescaledb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ by running `VACUUM ANALYZE <your-hypertable>;`. Then, we suggest running the
8080
following version of EXPLAIN:
8181

8282
```sql
83-
EXPLAIN (ANALYZE on, BUFFERS on) &lt;original query&gt;;
83+
EXPLAIN (ANALYZE on, BUFFERS on) <original query>;
8484
```
8585

8686
If you suspect that your performance issues are due to slow IOs from disk, you

0 commit comments

Comments
 (0)