Add entry for OPTIONS on views

* Also clarify the schema cache page
This commit is contained in:
steve-chavez
2021-08-09 14:10:46 -05:00
committed by Steve Chavez
parent 52cdd50561
commit 8d4bc76aab
2 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
Schema Cache
============
PostgREST caches metadata from the database schema to avoid repeating expensive queries. This metadata is not required by all of the PostgREST features, only the following:
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.
The following features are the ones that require metadata from the schema cache.
+--------------------------------------------+-------------------------------------------------------------------------------+
| Feature | Required Metadata |