postgrest-docs icon indicating copy to clipboard operation
postgrest-docs copied to clipboard

This repo is archived and will be merged into postgrest/postgrest soon.

Results 116 postgrest-docs issues
Sort by recently updated
recently updated
newest added

I'm reading the docs on Demonizing. In the docs it says to create a systemd service file as follows: ``` [Unit] Description=REST API for any Postgres database After=postgresql.service [Service] ExecStart=/bin/postgrest...

The capability to do `GET /orders?select=*,order_addresses:addresses(*)` it's not documented. We need to add a section about this.

references

Recommend the use of PERFORM as in https://github.com/PostgREST/postgrest/issues/1422. Also, unrelated but make explicit that postgrest will set up the `Content-Type` on http://postgrest.org/en/v6.0/configuration.html#raw-media-types.

hi I am following the guide at http://postgrest.org/en/stable/auth.html and in this function I cannot execute it due to `ERROR: type "basic_auth.jwt_token" does not exist` ``` -- login should be on...

On http://postgrest.org/en/latest/api.html#insertions-updates. Add a link to http://postgrest.org/en/latest/api.html#embedding-after-insertions-updates-deletions. Related to https://github.com/PostgREST/postgrest/issues/1410

references

Doing a tutorial costs more time for this. But an explanation should be simpler. This [talk](http://www.prohuddle.com/webinars/ToonKoppelaars/ThickDB.php)(though oracle specific) also coincides on our recommended approach.

explanations

Related to https://github.com/PostgREST/postgrest/issues/1075. Requested on https://gitter.im/begriffs/postgrest?at=5dc58d0a5eb2e813dbeb1646.

references

There's some great feedback on https://news.ycombinator.com/item?id=21435195. Based on that we could add a FAQ to address common myths related to scalability and performance.

According to http://postgrest.org/en/v6.0/tutorials/tut0.html i used `setx /m PATH "%PATH%;C:\Program Files\PostgreSQL\10\bin"` to adjust my path but terminal ``` λ setx /m PATH "%PATH%;C:\Program Files\PostgreSQL\10\bin" WARNING: The data being saved is truncated...

Related to https://github.com/PostgREST/postgrest/issues/1193.

explanations