Category : PGDay2017 Planet PostgreSQL PostgreSQL Talks
Category : PGDay2017 Planet PostgreSQL PostgreSQL Talks
rtshome.pgsql is a role available in Ansible Galaxy that provides four new ansible modules for Postgresql:
For additional docs look project’s wiki: https://github.com/rtshome/ansible_pgsql/wiki
pgrepup is a tool written in Python for upgrading a PostgreSQL cluster to a new major version using logical replication and pglogical extension.
pgrepup simplifies the setup of 2nd Quadrant’s pglogical extension giving hints for configuring correctly source and destination pgsql clusters.
The supported versions of PostgreSQL are 9.4, 9.5 and 9.6.
PgBabylon is a user-land extension to PHP PDO and PDOStatement native classes that helps to deal with PostgreSQL types like JSON, Arrays, etc.
It provides conversion between PHP types and PostgreSQL types and simplifies usage of SQL clauses like IN.