Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Clone problem with mySQL and Postgres

Hi, 

 

I have an issue when cloning mySQL properties of a database to Postgres. 

Does it have something to do with mySQL-Postgres incompatibility that the comments for a tables columns isn't cloned in the process?

 

In this screenshot on the left side i have the source table and on the other side dest table. It clearly has the comments field but when I check it to postgres, that field is empty. 

 

 

 

 

Labels (3)
1 Reply
vapukov
Master II
Master II

Hi,

 

it is not related to incompatibility, it just mean Talend do not create comments in database

it not only one "issue", so be careful and always check - what created?

 

best practice - do not create database objects by Talend, do this by SQL code and/or tools.