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

Task - implements listen/notify #51

Closed
4 of 7 tasks
Tracked by #12
benoitdm-oslandia opened this issue Sep 19, 2022 · 7 comments
Closed
4 of 7 tasks
Tracked by #12

Task - implements listen/notify #51

benoitdm-oslandia opened this issue Sep 19, 2022 · 7 comments
Assignees
Milestone

Comments

@benoitdm-oslandia
Copy link
Owner

  • gérer les schemas
  • gérer le cas d'instance multiple (plusieurs instance de pg_featureserv peuvent elles récupérer les notify de pg)
  • gérer les tables à inclure/exclure
  • table trigger ou event trigger ?
  • quid des droits ? Only superusers can create event triggers. (https://www.postgresql.org/docs/current/sql-createeventtrigger.html)
  • remonter la creation destruction des triggers/function sql dans la creation du catalog_db
  • refaire un test (goroutine dans catalog_db)
@benoitdm-oslandia
Copy link
Owner Author

cloned from #42

@benoitdm-oslandia
Copy link
Owner Author

marked this issue as related to #42

@benoitdm-oslandia
Copy link
Owner Author

In GitLab by @azarz on Oct 11, 2022, 17:00

marked the task gérer les tables à inclure/exclure as completed

@benoitdm-oslandia
Copy link
Owner Author

In GitLab by @azarz on Oct 11, 2022, 17:00

marked the task table trigger ou event trigger ? as completed

@benoitdm-oslandia
Copy link
Owner Author

In GitLab by @azarz on Oct 11, 2022, 17:00

marked the task quid des droits ? Only superusers can create event triggers. (https://www.postgresql.org/docs/current/sql-createeventtrigger.html) as completed

@benoitdm-oslandia
Copy link
Owner Author

In GitLab by @azarz on Oct 11, 2022, 17:00

marked the task remonter la creation destruction des triggers/function sql dans la creation du catalog_db as completed

@benoitdm-oslandia
Copy link
Owner Author

marked this issue as related to #11

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

No branches or pull requests

2 participants