Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
postgrest-v13.0.7-windows-x86-64.zip | 2025-09-14 | 15.3 MB | |
postgrest-v13.0.7-freebsd-x86-64.tar.xz | 2025-09-14 | 8.6 MB | |
postgrest-v13.0.7-linux-static-x86-64.tar.xz | 2025-09-14 | 4.1 MB | |
postgrest-v13.0.7-macos-aarch64.tar.xz | 2025-09-14 | 9.3 MB | |
postgrest-v13.0.7-macos-x86-64.tar.xz | 2025-09-14 | 2.3 MB | |
postgrest-v13.0.7-ubuntu-aarch64.tar.xz | 2025-09-14 | 8.5 MB | |
README.md | 2025-09-14 | 326 Bytes | |
v13.0.7 source code.tar.gz | 2025-09-14 | 1.8 MB | |
v13.0.7 source code.zip | 2025-09-14 | 2.0 MB | |
Totals: 9 Items | 51.8 MB | 12 |
Added
- Improve the
PGRST106
error when the requested schema is invalid by @laurenceisla in [#4089] - It now shows the invalid schema in the
message
field. - The exposed schemas are now listed in the
hint
instead of themessage
field. - Improve error details of
PGRST301
error by @taimoorzaeem in [#4051]