Steve Chavez
Steve Chavez
Having VOLATILE functions can have performance impacts. See https://github.com/PostgREST/postgrest/issues/1378#issuecomment-532354989. Not sure for now where would this go, perhaps a best practices explanation. (Recommend to use STABLE/IMMUTABLE where possible)
Add a page dedicated to inlining, taking some of the hints discussed in https://github.com/PostgREST/postgrest/discussions/2087
Having a demo server would make our sample curl calls(https://github.com/PostgREST/postgrest-docs/pull/444) much more didactic(replacing `localhost:3000` by `api.postgrest.org`). Perhaps we can host it using a [db-tx-end=rollback](https://postgrest.org.readthedocs.build/en/latest/configuration.html#db-tx-end). Previously discussed on https://github.com/PostgREST/postgrest-docs/issues/349#issuecomment-732063149
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.
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.
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
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,...
Just saw this: http://www.haskellforall.com/2020/11/how-to-use-nixos-for-lightweight.html Really interesting, automated testing with Nix for tutorials. Could be a future enhancement for the docs.
Currently missing in: http://postgrest.org/en/latest/api.html#json-columns