toluaina / pgsync

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

Can I specify a database for children? #407

Open goddessff opened 1 year ago

goddessff commented 1 year ago

PGSync version: latest

Postgres version:

Elasticsearch version: 7.17.7

Redis version:

Python version: 3.7

Problem Description:

How to assign a database to children during association query

Error Message (if any):

toluaina commented 1 year ago

This was discussed as a feature requirement in s different thread. At the moment I'm afraid not. This would require features such as FDW to perform queries across databases.