Re: [ADMIN] Data replication to PostgreSQL - Mailing list pgsql-admin

From Scott Mead
Subject Re: [ADMIN] Data replication to PostgreSQL
Date
Msg-id FFA4857A-7BC7-4AF4-90B4-D91AC1605764@openscg.com
Whole thread Raw
In response to [ADMIN] Data replication to PostgreSQL  (Ram DBA <postgresdbas@gmail.com>)
Responses Re: [ADMIN] Data replication to PostgreSQL  (Ram DBA <postgresdbas@gmail.com>)
List pgsql-admin
> On Dec 29, 2016, at 09:35, Ram DBA <postgresdbas@gmail.com> wrote:
>
> Hi team,
>
> We have an use case to copy the data from Salesforce to PostgreSQL environment but because of DDL changes that can
happento tables from Salesforce application side, replication would eventually fail. Do we have any open source tools
thatcan also capture the DDL changes and replicate to PostgreSQL? 

Are you using an export tool provided by salesforce, or a custom tool against their APIs?

  Either way, you don't have access to their database, you should be dumping the data to a CSV and importing the CSV to
postgres.It's been a while since I've monkeyed with it, There may be a new way of doing this, but I doubt it. As long
asyour export tool always creates a csv in the right format, you'll be fine. If you aren't ordering your columns or are
using*, you'll never get a good read. Use the toon or API to create a consistent file each time in some standard format
andyou'll be as okay as possible.  

--
Scott Mead via mobile
Skype  : scottm.openscg
Gtalk    : scottm@openscg.com

>
> Thank you in advance,
> Ram


pgsql-admin by date:

Previous
From: Jorge Torralba
Date:
Subject: Re: [ADMIN] Data replication to PostgreSQL
Next
From: Ram DBA
Date:
Subject: Re: [ADMIN] Data replication to PostgreSQL