Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sscarduzio committed Jan 29, 2016
1 parent f3d4d1f commit 4e3a04e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/api/reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="admonition note">
<p class="admonition-title">Design Consideration</p>
<p>In order for this feature to work as expected after a schema change, PostgREST currently requires to be restarted.</p>
</div>

### Response Format

Query responses default to JSON but you can get them in CSV as well. Just make your request with the header
Expand Down

0 comments on commit 4e3a04e

Please sign in to comment.