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

schema spy reports indexes as blanks for functional indexes #87

Open
bradfordcondon opened this issue Jan 11, 2019 · 0 comments
Open

schema spy reports indexes as blanks for functional indexes #87

bradfordcondon opened this issue Jan 11, 2019 · 0 comments

Comments

@bradfordcondon
Copy link
Contributor

bradfordcondon commented Jan 11, 2019

noticed this on the feature index, index 5:

https://laceysanderson.github.io/chado-docs/tables/feature.html

screen shot 2019-01-10 at 5 02 35 pm

looks like hte index is there and fine, but it gets reported as a null in schema spy

here it is in my PHPstorm:

-- auto-generated definition
create index feature_idx5
  on feature (lower(name :: text));


@bradfordcondon bradfordcondon changed the title schema spy indexes blank for functiona indexes schema spy reports indexes as blanks for functional indexes Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant