質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top