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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Execute postgress function from Talend

Do we have component to call postgress function?
Labels (2)
4 Replies
Théo_Cap
Contributor III
Contributor III

Hello,

 

Unfortunatelyn there is no component for postgres like "tMySqlSP" (Stored Procedure).

But you can call your procedure via a "tPostgresqlRow".

 

--
Don't forget to give kudos when a reply is helpful and click Accept the solution when you think you're good with it.

Anonymous
Not applicable
Author

Hello,

So far, there is no official tPostgresqlSP component in Talend. Feel free to create a new feature on talend bug tracker.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

 

in which way I call the procedure inside tPostgresqlRow?

Anonymous
Not applicable
Author

Hello,

You can use tPostgresqlRow for call any SQL code, do it same as PostgreSQL console - plain SQL code.

Best regards

Sabrina