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

enable auto-subscription to new tables #4

Open
tmc opened this issue Sep 8, 2017 · 4 comments
Open

enable auto-subscription to new tables #4

tmc opened this issue Sep 8, 2017 · 4 comments

Comments

@tmc
Copy link
Owner

tmc commented Sep 8, 2017

watching for schema changes would enable subscribing to tables that are created after initial connection.

@pieterlouw
Copy link
Collaborator

Is this something you need to tell Postgres to notify on or should the changes be monitored from the app side?

@tmc
Copy link
Owner Author

tmc commented Oct 18, 2017

The easy solution would be polling

@tmc
Copy link
Owner Author

tmc commented Oct 18, 2017

The clever thing (maybe too clever) would be subscribing to the appropriate pg tables to detect new table arrival. I lean the former.

@pieterlouw
Copy link
Collaborator

pieterlouw commented Oct 18, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants