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

Display the index type in the schema viewer #356

Open
raddevon opened this issue May 20, 2024 · 0 comments
Open

Display the index type in the schema viewer #356

raddevon opened this issue May 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@raddevon
Copy link

This schema:

using extension pg_trgm version '1.6';
module default {
    type Issue {
        index ext::pg_trgm::gin on (.title);
        property title: std::str;
    };
};

appears like this in the UI:
CleanShot 2024-05-20 at 08 39 30@2x

Can we also show the index type in the schema viewer? This can cause confusion for users who may think their index is not of the correct type.

@raddevon raddevon added the enhancement New feature or request label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant