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

wip: Updating usage of postgres SQL for v15 to avoid system tables in… #2166

Merged
merged 4 commits into from
Jan 18, 2023

Conversation

Tallicia
Copy link
Contributor

… the table_schema='pg_catalog' to avoid system fields not having a _pk suffix in the name as a proxy for a primary key.

Postgres 15 returns _index suffixed names in internal system constraints/indexes.

[#184197793]

… the table_schema='pg_catalog' to avoid system fields not having a _pk suffix in the name as a proxy for a primary key.

Postgres 15 returns _index suffixed names in internal system constraints/indexes.

[#184197793]
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/184253155

The labels on this github issue will be updated when the story is started.

@peterhaochen47 peterhaochen47 merged commit fd15ce5 into develop Jan 18, 2023
@peterhaochen47 peterhaochen47 deleted the fix-postgres-15-tests branch January 18, 2023 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants