postgrest-docs
postgrest-docs copied to clipboard
This repo is archived and will be merged into postgrest/postgrest soon.
Hello! I found strange behavior: I name my tables and columns in non-ASCII symbols (and it works, very convenient, "trust me, I am an engineer") And sometimes length of column...
Related to https://github.com/PostgREST/postgrest/issues/2169 Should go into https://postgrest.org/en/stable/schema_structure.html
Docs for https://github.com/PostgREST/postgrest/pull/2272
Currently on https://postgrest.org/en/latest/schema_structure.html#schema-isolation > It is recommended that you don’t expose tables on your API schema. Instead expose views and stored procedures which insulate the internal details from the outside...
To make views work as expected for RLS, we recommend creating an `api_owner` role on: https://postgrest.org/en/stable/schema_structure.html#views But this role is thought as a workaround, that will be avoided once views...
## Context I'm learning postgREST so it's maybe my fault but then I'll certainly open a PR to update doc regarding to my issue. I'm trying to create a REST...
Is there any sort of documentation on what is the grammer for postgrest queries?
Mentioned in https://github.com/PostgREST/postgrest-docs/pull/430#discussion_r824708713
Even though we give our best to provide different ways to reload the schema and document it in a lot of places, it still is troubling for a lot of...
This is a follow up on the legacy GUC variables doc conversation here: https://github.com/PostgREST/postgrest-docs/pull/507