reorganize errors page

This commit is contained in:
steve-chavez
2023-09-23 20:29:01 -03:00
parent 69eaef461f
commit 10231bc1a8
2 changed files with 110 additions and 103 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Some PostgREST features need metadata from the database schema. Getting this met
Stale Schema Cache
------------------
One operational problem that comes a cache is that it can go stale. This can happen for PostgREST when you make changes to the metadata before mentioned. Requests that depend on the metadata will fail.
One operational problem that comes with a cache is that it can go stale. This can happen for PostgREST when you make changes to the metadata before mentioned. Requests that depend on the metadata will fail.
You can solve this by reloading the cache manually or automatically.