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

quotes are not allowed in session variables #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FxKu
Copy link
Member

@FxKu FxKu commented Sep 29, 2023

fixes #105

For RENAME events pgMememto was trying to set session variables with quoted schema and table name. On the other hand, register_audit_table was trying these variables with quote_ident. But quotes are not allowed. So we have to strip them on SET and can ignore them on GET.

@FxKu FxKu added this to the v0.7.5 milestone Sep 29, 2023
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

Successfully merging this pull request may close these issues.

Renaming tables fails on Postgres 14
1 participant