I have setup Google DataStream to replicate data from PostgresSQL using CDC. It works fine, but I have noticed that all character varying columns are not being replicated. I can see them in the source schema, but the destination table that been created it doesn’t have that column at all.
Question posted in PostgreSQL
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Akram – if I am not mistaken you will see the new column only AFTER you add some data to that column. The same applies to new tables created in source DB (in case you select the option to replicate all new tables when setting up replication publication in PostgreSQL)
At the moment Datastream for Postgresql has "Public preview" status and does not yet support the replication of "character varying []" (and if I’m not mistaken "citex" as well) Postgresql data types.