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

Assume that when a record is created in a table, an email needs to be sent out. Also, some front-end admin tool (like [admin-on-rest](https://github.com/marmelab/admin-on-rest)) is operating against the api created...

explanations

Running multiple postgrest instances on different ports and delegating to them via nginx

how-tos

Could add it to https://postgrest.readthedocs.io/en/v0.4/admin.html#https Suggested in https://github.com/begriffs/postgrest/issues/37

how-tos

Use unlogged tables with strict permissions. @deinspanjer will provide a specific sql example.

how-tos

At https://postgrest.com/en/v0.4/api.html it says: > PostgREST can also detect relations going through join tables. Thus you can request the Actors for Films (which in this case finds the information through...

tutorials

This blog post presents a great approach for auth: https://blog.2ndquadrant.com/application-users-vs-row-level-security/ Postgrest does not allow arbitrary user queries, so the article's approach becomes really simple. Our docs need a clear example...

tutorials

In [Block Full-Table Operations](https://postgrest.org/en/v5.0/admin.html#block-full-table-operations), related to https://github.com/PostgREST/postgrest/issues/1132.

how-tos

Map `GET /resource.csv` to `GET /resource` with `Accept: text/csv`. In https://postgrest.org/en/v5.0/admin.html#alternate-url-structure.

how-tos

Use the snippet in https://github.com/PostgREST/postgrest/issues/773#issuecomment-275602759

how-tos

I spent a long time looking through docs and issues trying to find a native way to filter a query result based on the `array_length` of an embedded resource. This...

how-tos