schema cache title is redundant on navbar

Use a raw html title for correcting this
This commit is contained in:
steve-chavez
2023-05-03 17:47:54 -03:00
committed by Steve Chavez
parent 4fb13ebae6
commit 837df8b045
3 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
.. _schema_cache:
Schema Cache
============
.. raw:: html
<h1>Schema Cache</h1>
Certain PostgREST features require metadata from the database schema. Getting this metadata requires executing expensive queries, so
in order to avoid repeating this work, PostgREST uses a schema cache.