Skip to content

Commit

Permalink
filter out generated columns
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Nov 30, 2024
1 parent f64547a commit 90ec12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pg_replicate/src/clients/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ impl ReplicationClient {
and i.indisprimary = true
where a.attnum > 0::int2
and not a.attisdropped
and a.attgenerated = ''
and a.attrelid = {table_id}
",
);
Expand Down

0 comments on commit 90ec12c

Please sign in to comment.