postgrest-docs
postgrest-docs copied to clipboard
This repo is archived and will be merged into postgrest/postgrest soon.
Feedback on https://gitter.im/begriffs/postgrest?at=5da44295dbf676673458f655. Most pg users would expect we lowercase I think. Add this as a note.
In bash a request that includes `&` must be quoted: ```bash curl "http://localhost:3000/rpc/add_them?a=1&b=2" ``` Otherwise, on `&` it'll run curl as a background process. Related to https://github.com/PostgREST/postgrest/issues/1107.
### Environment * PostgreSQL version: 10.10 * PostgREST version: 6.0.0 * Operating system: Linux ### Description of issue I find the [documentation on escaping reserved characters](http://postgrest.org/en/v6.0/api.html#reserved-characters) to be quite confusing....
Most people will want to use it for logging users out before their JWT has expired. The current example doesn't correspond to any use case. https://postgrest.com/en/v0.4/auth.html#custom-validation
https://postgrest.com/en/v4.4/auth.html#jwt-security It still talks as if asymmetric keys are not supported.
The documentation doesn't cover how to insert data types that are "weird", things like point() for example, where you have to insert point(lat,long). It would be great if pgrest could...
See if we can use the example in https://github.com/PostgREST/postgrest/pull/664
Related to https://github.com/PostgREST/postgrest/issues/1214. Using sql server with docker and creating an FDW is actually simple to show.
Fill in the missing example in https://postgrest.com/en/v0.4/admin.html#count-header-dos
Related to https://github.com/PostgREST/postgrest/issues/249, recommend to set a high enough `statement_cost_limit` to the authenticator role.