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

BUG: Postgresql 16 gin index breaks structure view #2211

Open
rathboma opened this issue May 17, 2024 · 0 comments
Open

BUG: Postgresql 16 gin index breaks structure view #2211

rathboma opened this issue May 17, 2024 · 0 comments
Labels
accepted 👍 bug Something isn't working db/psql Postgres related

Comments

@rathboma
Copy link
Collaborator

  1. Start a psql 16 docker container
  2. Create a table with a JSONB column
  3. Add the index below
CREATE INDEX address_Details ON untitled_table USING gin(to_tsvector('simple', "address"));
  1. View structure tab for the table -- view breaks.
@rathboma rathboma added bug Something isn't working db/psql Postgres related accepted 👍 labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted 👍 bug Something isn't working db/psql Postgres related
Projects
None yet
Development

No branches or pull requests

1 participant