Add schema cache freshness warning

This commit is contained in:
Joe Nelson
2016-07-11 16:46:39 -07:00
parent b5d720e091
commit 338c4de8b4
+4
View File
@@ -31,6 +31,10 @@ your contributions.
[enable logging all statements](http://www.microhowto.info/howto/log_all_queries_to_a_postgresql_server.html),
then [find your logs](http://blog.endpoint.com/2014/11/dear-postgresql-where-are-my-logs.html).
* If your database schema has changed while the PostgREST server is running,
send the server a `SIGHUP` signal or restart it to ensure the schema cache
is not stale. This sometimes fixes apparent bugs.
## Code
### Haskell Conventions