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

Use fully-qualified names in server functions #43

Open
sbellware opened this issue Aug 30, 2022 · 1 comment
Open

Use fully-qualified names in server functions #43

sbellware opened this issue Aug 30, 2022 · 1 comment

Comments

@sbellware
Copy link
Contributor

per: #42

Once the category-level write lock is remediated in the next major version of Message DB, it will no longer be necessary to permit overriding the write lock function using alternative versions provided via Postgres' search path. At that point, the server functions can be more explicit in qualifying the server function calls by qualifying them with the message_store prefix.

@lgazo
Copy link

lgazo commented Nov 8, 2023

Why is the prefix/schema even required to be directly within the scripts? Wouldn't it be easier to omit the schema or template it?

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

No branches or pull requests

2 participants