Question

This question is a variation of How to read CSV file and insert data into PostgreSQL using Mule ESB, Mule Studio. Earlier we had PostgreSQL but now it has been changed to GreenPlum Database. But PostgreSQL has a native support in Mule Studio but not GreenPlum Database.

How can I do this insert?

Was it helpful?

Solution

From a GreenPlum doc:

Since Greenplum Database is based on PostgreSQL, end-users interact with Greenplum Database (through the master) using JDBC Drivers for PostgresSQL.

It seems you can use the PostgreSQL connector and point it to the GreenPlum master.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top