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

Refresh materialized view concurrently for PostgreSQL #5166

Merged
merged 1 commit into from May 8, 2022

Conversation

skwee357
Copy link
Contributor

@skwee357 skwee357 commented May 8, 2022

PostgreSQL has a support to refresh the materialized view concurrently: Documentation

This PR adds an optional boolean argument to the refreshMaterializedView method to refresh the view concurrently for PostgreSQL

@OlivierCavadenti
Copy link
Collaborator

Hi, thanks for the pr, can you update the documentation ? https://github.com/knex/documentation

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 92.282% when pulling 1ea6cd5 on skwee357:master into 3eec52e on knex:master.

@skwee357
Copy link
Contributor Author

skwee357 commented May 8, 2022

Hey @OlivierCavadenti thanks, I've added it knex/documentation#402

@OlivierCavadenti OlivierCavadenti merged commit e2516cd into knex:master May 8, 2022
@kibertoad
Copy link
Collaborator

Released in 2.1.0

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.

None yet

4 participants