Skip to main content
ClickPipes for Postgres can detect schema changes in the source tables and, in some cases, automatically propagate the changes to the destination tables. The way each DDL operation is handled is documented below: Note that column addition will be propagated at the end of a batch’s sync, which could occur after the sync interval or pull batch size is reached. More information on controlling syncs here
Last modified on June 19, 2026