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

psql17 partition_steps.name fix #320

Closed
wants to merge 1 commit into from
Closed

Conversation

ckpklos
Copy link

@ckpklos ckpklos commented Nov 19, 2024

In psql17 partition_steps.name got schema attached and it brakes chunker. The change ensures that schema is not in the name.
resolves #309

In psql17 partition_steps.name got schema attached and it brakes chunker. The change ensures that schema is not in the name.
@bitner bitner self-requested a review November 21, 2024 09:09
@bitner bitner self-assigned this Nov 21, 2024
@bitner
Copy link
Collaborator

bitner commented Dec 5, 2024

@ckpklos The issues with PG 17 and search_path handling were a lot more extensive than just that one place. I've included fixes that pass tests on PG 17 in this PR: #329

@bitner
Copy link
Collaborator

bitner commented Dec 5, 2024

Closing in favor of #329

@bitner bitner closed this Dec 5, 2024
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.

stac-fastapi-pgstac doesn't work with beta version of postgres 17 (postgis/postgis:17beta3-master)
2 participants