Re: Tools for moving normalized data around - Mailing list pgsql-general

From Jeremy Smith
Subject Re: Tools for moving normalized data around
Date
Msg-id CAM8SmLXD5-4icuCdbjWTGPtxsWjwVU+cxptcLAsX8+CDtrZcdA@mail.gmail.com
Whole thread Raw
In response to Tools for moving normalized data around  (Peter <pmc@citylink.dinoex.sub.org>)
Responses Re: Tools for moving normalized data around
List pgsql-general





How to do this with two tables connected via one foreign key, that is
explained a dozen times in Stackoverflow. But what if the tree is 50
tables and 120 foreign key columns?
It can be done. But probably not manually.

So, as this seems a very usual use-case for normalized data, is there
any tooling available? Anywhere? (I searched, I didn't find.)


I haven't used it, but this seems like the problem that Jailer is trying to solve: https://github.com/Wisser/Jailer
 

pgsql-general by date:

Previous
From: Peter
Date:
Subject: Tools for moving normalized data around
Next
From: Gavan Schneider
Date:
Subject: Re: Tools for moving normalized data around