Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top