postgrest icon indicating copy to clipboard operation
postgrest copied to clipboard

REST API for any Postgres database

Results 468 postgrest issues
Sort by recently updated
recently updated
newest added

I am sorry if this is a known or intended behavior, but I did find an PR that seemed to have fixed it at one point, and was wondering if...

Closes https://github.com/PostgREST/postgrest/issues/2144 ## TODO - [x] Override detected relationships - [ ] Tests - [ ] Refactor

Full table updates where disallowed in 86574c8. This PR brings back that functionality because of the reasons mentioned here: https://github.com/PostgREST/postgrest/pull/2195#discussion_r932946412. This issue is also related, mentions discussions on how to...

It would be nice to have a `/metrics` endpoint that exposes Prometheus-style metrics. Note that I might be opinionated for working mostly with the Prometheus ecosystem - perhaps a more...

enhancement

### Environment * PostgreSQL version: 12.11 * PostgREST version: 9.0.1 * Operating system: macOS 12.5 ### Description of issue Refuses to evaluate as it's marked as broken, due to 'configurator-pg-0.2.5'...

I'm willing to find a random available port for my postgrest service, so I run: ``` PGRST_SERVER_PORT=0 postgrest postgrest.conf ``` It works fine, except then I'm left alone in figuring...

bug
messages

### Environment * PostgreSQL version: 13.7 * PostgREST version: 9.0.1 * Operating system: Ubuntu ### Description of issue We have an overloaded RPC method, something like this: ``` CREATE OR...

bug

pkgs.pkgsStatic on Linux is essentially what static-haskell-nix does, except it doesn't appear to deal with system libraries properly. But eventually this should obsolete static-haskell-nix, which seems unmaintained.

The query in: https://github.com/PostgREST/postgrest/blob/bac63f339daa4a9292870b0674b41cde2bcfee74/src/PostgREST/DbStructure.hs#L655-L809 Doesn't properly consider the type of the column contype (char) of the table pg_constraint. So when it tries to make a union with the concat function...

### Environment * PostgREST docker image version: **v9.0.1.20220802** or **v9.0.1.20220714** ### Description of issue I was trying versions above v9.0.1, from v9.0.1.20220714, but when I change the docker image I...

bug