Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yugo-n
Copy link
Collaborator

@yugo-n yugo-n commented Dec 9, 2024

Previously, a unique index is automatically created even when a set-returning function is contained in FROM clause, but this results in an error due to key duplication. Now, an index is not created automatically when a relation other than table, sub-query, or join is contained in FROM clause.

Issue (#99)

Previously, a unique index is automatically created even when
a set-returning function is contained in FROM clause, but this
results in an error due to key duplication. Now, an index is
not created automatically when a relation other than table,
sub-query, or join is contained in FROM clause.

Issue (#99)
@yugo-n yugo-n self-assigned this Dec 9, 2024
@yugo-n yugo-n merged commit d292c70 into main Dec 9, 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.

IMMV with duplicate data in the pkey can't be created due to auto index creation

2 participants