toluaina / pgsync

Postgres to Elasticsearch/OpenSearch sync
https://pgsync.com
MIT License
1.16k stars 180 forks source link

Fix 300 several children with same table #456

Open tdeverdiere opened 1 year ago

tdeverdiere commented 1 year ago

This fix how foreign key are read and fix some problems where a table is referenced several times in the children with different foreign keys.

I did not add unit tests. Should i?