testgres
testgres copied to clipboard
Testing framework for PostgreSQL and its extensions
PG_PROBACKUP_WAL_TREE_ENABLED used to set to probackup setting when creating instance how wals should be located
Documentation says - subscription_parameters must be enumerated through 'comma' symbol: https://www.postgresql.org/docs/current/sql-createsubscription.html ``` CREATE SUBSCRIPTION subscription_name CONNECTION 'conninfo' PUBLICATION publication_name [, ...] [ WITH ( subscription_parameter [= value] [, ... ]...
Hi, First of all: thanks for this package - it is really useful and easy to use. I couldn't find any support for LISTEN/NOTIFY in the documentation. Did I miss...