postgresql/src/test/subscription
Peter Eisentraut b807f59828 Rework the options syntax for logical replication commands
For CREATE/ALTER PUBLICATION/SUBSCRIPTION, use similar option style as
other statements that use a WITH clause for options.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
2017-05-12 08:57:49 -04:00
..
t Rework the options syntax for logical replication commands 2017-05-12 08:57:49 -04:00
.gitignore Logical replication 2017-01-20 09:04:49 -05:00
Makefile Update copyright years in some recently added files 2017-01-25 12:32:05 -05:00
README Logical replication 2017-01-20 09:04:49 -05:00

src/test/subscription/README

Regression tests for subscription/logical replication
=====================================================

This directory contains a test suite for subscription/logical replication.

Running the tests
=================

    make check

NOTE: This creates a temporary installation, and some tests may
create one or multiple nodes, for the purpose of the tests.

NOTE: This requires the --enable-tap-tests argument to configure.