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

As a Postgrest newbie, I recently managed to install and run Postgrest-on-docker-on-win10 but after much difficulty and great support from @laurenceisla because the guidance is misleading and incorrect in some...

Nice quickstart with dependencies installation and pgjwt usage in https://github.com/simplygeo/postgrest-tools From: https://gitter.im/begriffs/postgrest?at=632c759d7ccf6b6d45e99b88

Example

Mentioned here: https://github.com/PostgREST/postgrest/issues/2475#issue-1372339547 It should be documented as a warning that when using a computed relationship and the estimation is mistakenly set to `ROWS 1`, then PostgREST will return an...

references

**Problem:** When using software that doesn't allow to specify HTTP headers (stata, excel, etc.), users can't get data from PostgREST. **Solution:** Allow passing these arguments also as query parameters. `Authorization:...

how-tos

WIP for the discussion we had on https://github.com/PostgREST/postgrest/issues/2310#issuecomment-1694562855. This should explain domain representations better.

> Conceptually, this makes perfect sense, but what is the best way to go about implementing this in practice? Views are a new concept to me. > ... > Any...

explanations

## Problem Related to https://postgrest.org/en/stable/explanations/schema_isolation.html See: https://matrix.to/#/!YGChDzXeYxtlBZqVsc:gitter.im/$V_mpHPVIPg_QJ2YMWWu7s3K5d1_WGmbcBwrdm2oaRxU?via=gitter.im&via=matrix.org&via=matrix.freyachat.eu > A PostgREST instance exposes all the tables, views, and stored procedures of a single PostgreSQL schema(a namespace of database objects). This means...

references

A [question in Gitter](https://matrix.to/#/!YGChDzXeYxtlBZqVsc:gitter.im/$fhgt5FxxhuLs1XYtMiQZudAaqgYP3eNOixdLFe-4UX0?via=gitter.im&via=matrix.org&via=trancart.eu) showed that `postgrest -h` couldn't be executed even after restarting PowerShell, only from the installed directory. Maybe we could add a command that adds the binary...

... adding this part seems a bit complex for a tutorial 0. I think the solution should be: - Move it to the Installation page. Merging it with the similar...

Messagepack is a json-isomorphic binary serialization format that is becoming fairly widely supported and which supports fast streaming serialization/deserialization. It would be neat to have it as a return format....

how-tos