An open API service indexing awesome lists of open source software.

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

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/)