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: Fix search_path missing the paradedb schema #477

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

philippemnoel
Copy link
Collaborator

Ticket(s) Closed

  • Closes #

What

We weren't adding our schema, paradedb, to the search_path in Postgres. As a result, it was only finding the public schema, while our extensions were getting installed on the paradedb schema, which led to inconsistencies. This fixes it.

Why

How

Tests

Tested locally on both public and paradedb schemas

Copy link

vercel bot commented Nov 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
paradedb ❌ Failed (Inspect) Nov 1, 2023 11:54pm

@philippemnoel philippemnoel merged commit f3d31f5 into dev Nov 1, 2023
4 of 5 checks passed
@philippemnoel philippemnoel deleted the phil/fix-schema-issues branch November 1, 2023 23:55
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

1 participant