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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Postgresql bulk import copy

Hi !
We are trying to import data from a file with the postgresql bulk component.
It fails because the copy command need superuser privilege (on postgresql). Does someone know how this command has been implemented ? There is indeed the copy command as OS command and the copy statement as psql statement. I think that the plugin uses the OS one and if it is so does anybody know why ?
From postgresql side :
psql
#\copy ...........
does not require superuser privilege but only GRANT INSERT on the table to wirte in.
Is there another way to bulk import respecting basic security policies ?
Thanks for you help
Regard
Labels (2)
1 Reply
Anonymous
Not applicable
Author

You can find following screenshots :
? job Talend using bulk component :
o tpostgresqlOuputBulk : generate file
o tpostgresqlOuputBulkExec : integrate file
? properties of the component
Regards