Category : PGDay2016 Planet Php Planet PostgreSQL PostgreSQL Talks
Category : PGDay2016 Planet Php Planet PostgreSQL PostgreSQL Talks
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.