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

RDS support #47

Open
brauliobo opened this issue Sep 26, 2022 · 1 comment
Open

RDS support #47

brauliobo opened this issue Sep 26, 2022 · 1 comment

Comments

@brauliobo
Copy link

Do you know if it is feasible in any way to use pgcompacttable in AWS RDS-managed PostgreSQL?

@alexius2
Copy link
Member

Hello, as far as I know amazon doesn't allow to change session_replication_role. It's possible to run it if comment that line: https://github.com/dataegret/pgcompacttable/blob/master/bin/pgcompacttable#L1771
But that might be dangerous if table has any update triggers since pgcompacctable might fire them. Perhaps we could check that in code and allow to run it with default session_replication_role on tables without update triggers.

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