postgrest-docs
postgrest-docs copied to clipboard
This repo is archived and will be merged into postgrest/postgrest soon.
PostgreSQL 11 supports `CREATE PROCEDURE` see https://www.postgresql.org/docs/11/static/xproc.html, change the terms to be more precise in the next version.
Related to https://github.com/PostgREST/postgrest/issues/1294.
Currently, all of the API request examples are using CURL. More examples using Javascript libraries like `axios` or the `fetch` API would help the users implementing web apps with PostgREST...
Hi Is there a way to escape @ in connection info (db-uri) ? Using email addresses as a username (@) results in a postnumber error: ``` db-uri = "postgres://[email protected]:[email protected]:7000/common" {"details":"invalid...
The [Getting Support](https://postgrest.org/en/stable/#getting-support) section on the welcome page only mentions gitter chat. It should also link to https://github.com/PostgREST/postgrest/discussions. Perhaps we can also link to the [Jobs board](https://github.com/PostgREST/postgrest/discussions/categories/jobs-board) category.
To have CI for PRs targeting previous versions.
Right now it's inside https://postgrest.org/en/stable/api.html#insertions-updates. Also mention that it's possible to update rows with different data through UPSERT. Ref: https://github.com/PostgREST/postgrest/issues/1816
Please find below the systemd scripts I use on Debian. PostgREST executable is in `/usr/bin/postgrest` Multiples configuration files are `/etc/postgrest/xxx.conf` Note: must take care to use a different port in...
### Environment * PostgreSQL version: 12 * PostgREST version: Any * Operating system: ### Description of issue Postgrest docs articulate very clearly (thank you!) the: - benefits of view usage...
Got this question on: https://gitter.im/begriffs/postgrest?at=5ff5dda8dc2e4809aa0667d3 In https://postgrest.org/en/v7.0.0/api.html#http-logic, there should be a note mentioning the gucs are accessible only on a postgrest session. That section should be renamed to HTTP context,...