https://github.com/mitar/docker-postgres
A fork of PostgreSQL with patches to support reactive queries
https://github.com/mitar/docker-postgres
docker docker-image postgresql reactivity
Last synced: about 2 months ago
JSON representation
A fork of PostgreSQL with patches to support reactive queries
- Host: GitHub
- URL: https://github.com/mitar/docker-postgres
- Owner: mitar
- Created: 2018-12-28T09:41:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T09:57:39.000Z (over 7 years ago)
- Last Synced: 2025-02-02T18:17:12.705Z (over 1 year ago)
- Topics: docker, docker-image, postgresql, reactivity
- Language: Dockerfile
- Homepage: https://cloud.docker.com/repository/docker/mitar/postgresql
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A fork of the [official PostgreSQL Docker image](https://hub.docker.com/_/postgres/)
with patches to support reactive queries in PostgreSQL.
Based on PostgreSQL 11.1.
See documentation of the official Docker image for details how to run and use this image.
Patches:
* [Temporary materialized views](https://commitfest.postgresql.org/21/1951/)
* [Triggers on materialized views](https://commitfest.postgresql.org/21/1953/)