Skip to content

Conversation

@linjianchang
Copy link
Contributor

Added support for schema change in the postgres pipeline connector

@lvyanquan lvyanquan self-assigned this Jan 22, 2026
@lvyanquan lvyanquan added this to the V3.6.0 milestone Jan 22, 2026
Comment on lines 113 to 115
"SELECT a.attname attname,a.attnum AS age_oid \n" +
"FROM pg_attribute a\n" +
"JOIN pg_class c ON a.attrelid = c.oid\n" +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the official recommended way to obtain history schema of a Postgres table ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants