schema cache title is redundant on navbar
Use a raw html title for correcting this
This commit is contained in:
committed by
Steve Chavez
parent
4fb13ebae6
commit
837df8b045
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user