Merge pull request #672 from begriffs/cache-warning
Add schema cache freshness warning
This commit is contained in:
@@ -31,6 +31,10 @@ your contributions.
|
|||||||
[enable logging all statements](http://www.microhowto.info/howto/log_all_queries_to_a_postgresql_server.html),
|
[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).
|
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
|
## Code
|
||||||
|
|
||||||
### Haskell Conventions
|
### Haskell Conventions
|
||||||
|
|||||||
Reference in New Issue
Block a user