From 4e3a04ea72d1b0227e52cfea4d94c160b4b821b4 Mon Sep 17 00:00:00 2001 From: Simone Scarduzio Date: Fri, 29 Jan 2016 18:06:29 +0000 Subject: [PATCH] #475 --- docs/api/reading.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/reading.md b/docs/api/reading.md index 13bd913a9..041582cb1 100644 --- a/docs/api/reading.md +++ b/docs/api/reading.md @@ -285,6 +285,11 @@ GET /projects?id=eq.1&select=id, name, client{*} Would embed in the `client` key the row referenced with `client_id`. +
+

Design Consideration

+

In order for this feature to work as expected after a schema change, PostgREST currently requires to be restarted.

+
+ ### Response Format Query responses default to JSON but you can get them in CSV as well. Just make your request with the header