Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container relations #68

Open
ElsunNabatov opened this issue Sep 1, 2023 · 1 comment
Open

Container relations #68

ElsunNabatov opened this issue Sep 1, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@ElsunNabatov
Copy link

Hi. we have 2 postgresql containers with same postgresql user, same host address different port numbers (xxx20 & xxx24) in one virtual machine. I succeed to install pg_ivm as extension, and in same container I succeeded to create immv table & it is updating immediately. I installed pg_ivm in container 1 (xxx20), but I didn't install in container 2 (xxx24). Case is that I want to get base table from container 2, and create immv table in container 1. note: Every container has different passwords.

Questions:
What should I do for creating immv based on base table which is located in different container?
Should I install also pg_ivm extension in container 2 (xxx24)?
Is there any way to verify that pg_ivm is installed successfully and working well? Because I doubt that we installed partial part.

@yugo-n

@yugo-n yugo-n self-assigned this Sep 5, 2023
@yugo-n yugo-n added the question Further information is requested label Sep 5, 2023
@yugo-n
Copy link
Collaborator

yugo-n commented Sep 25, 2023

What should I do for creating immv based on base table which is located in different container?

Unfortunately, pg_ivm cannot create an IMMV that contains table in other PostgreSQL instance. What use cases do you need the feature for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants