testgres icon indicating copy to clipboard operation
testgres copied to clipboard

Testing framework for PostgreSQL and its extensions

Results 14 testgres issues
Sort by recently updated
recently updated
newest added

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...