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

Fix postgres database setting #49100

Merged
merged 3 commits into from
Apr 25, 2023
Merged

Conversation

kssenii
Copy link
Member

@kssenii kssenii commented Apr 24, 2023

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fix PostgreSQL database settings use_table_cache not working with named collections since 23.3. Closes #48914.

@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-bugfix Pull request with bugfix, not backported by default label Apr 24, 2023
@Avogar Avogar self-assigned this Apr 24, 2023
@kssenii kssenii merged commit 6396e2e into ClickHouse:master Apr 25, 2023
4 of 7 checks passed
@snikch
Copy link
Contributor

snikch commented May 2, 2023

Either this fix was incorrect, or the documentation needs to be updated. The docs have use_table_cache but this adds use_tables_cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to set use_table_cache while creating Postgres database with credentials from named collections.
4 participants