diff --git a/pg_replicate/src/clients/postgres.rs b/pg_replicate/src/clients/postgres.rs index 22168c6..744a304 100644 --- a/pg_replicate/src/clients/postgres.rs +++ b/pg_replicate/src/clients/postgres.rs @@ -133,7 +133,7 @@ impl ReplicationClient { table_id: TableId, ) -> Result, ReplicationClientError> { let column_info_query = format!( - "select a.attname, + "select distinct a.attname, a.atttypid, a.atttypmod, a.attnotnull,