Configure a source PostgreSQL database

Each source PostgreSQL database relies upon its logical decoding feature. In PostgreSQL, logical decoding is implemented by decoding the contents of the Write Ahead Log (WAL) files. The WAL files contain information about the history of activity on a database, and Datastream leverages these files to query data changes. For more information about how Datastream works with WAL files, see Work with PostgreSQL database WAL files.

Datastream works with the following types of PostgreSQL databases:

For information about how to configure and verify that logical decoding is enabled for each of these database types, see their respective pages.