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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend &

 
Labels (2)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

First it not seen from Your screenshot - check PostgreSQL version, Talend by default use old (prior 9), but You can use more fresh

 

Second - PostgreSQL not mean tables without schemas

Try to use "product" instead of "" for schema, and "product" for table name 

 

Third, PostgreSQL sensitive for Caps register in names - check this as well, product != Product

View solution in original post

3 Replies
vapukov
Master II
Master II

First it not seen from Your screenshot - check PostgreSQL version, Talend by default use old (prior 9), but You can use more fresh

 

Second - PostgreSQL not mean tables without schemas

Try to use "product" instead of "" for schema, and "product" for table name 

 

Third, PostgreSQL sensitive for Caps register in names - check this as well, product != Product

Anonymous
Not applicable
Author

thank you the problem is resolved

vapukov
Master II
Master II

welcome!

what was the problem?