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

Feedback on https://gitter.im/begriffs/postgrest?at=5da44295dbf676673458f655. Most pg users would expect we lowercase I think. Add this as a note.

references

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....

references

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.

references

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...

how-tos

See if we can use the example in https://github.com/PostgREST/postgrest/pull/664

tutorials

Related to https://github.com/PostgREST/postgrest/issues/1214. Using sql server with docker and creating an FDW is actually simple to show.

how-tos

Fill in the missing example in https://postgrest.com/en/v0.4/admin.html#count-header-dos

how-tos

Related to https://github.com/PostgREST/postgrest/issues/249, recommend to set a high enough `statement_cost_limit` to the authenticator role.

how-tos