-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Fix query to fetch list of postgres types, add search options #2339
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
Conversation
…on column type select
|
Deploy preview for hasura-docs ready! Built with commit 1cde01c |
|
Review app for commit 7cdab28 deployed to Heroku: https://hge-ci-pull-2339.herokuapp.com |
|
Review app for commit 9a1f8c2 deployed to Heroku: https://hge-ci-pull-2339.herokuapp.com |
|
Review app for commit 2f74c6e deployed to Heroku: https://hge-ci-pull-2339.herokuapp.com |
|
Review app for commit 1f6dd4b deployed to Heroku: https://hge-ci-pull-2339.herokuapp.com |
|
Review app for commit 1cde01c deployed to Heroku: https://hge-ci-pull-2339.herokuapp.com |
|
Review app https://hge-ci-pull-2339.herokuapp.com is deleted |
Fix issue #2314
Description
Fixes an issue caused by adding extension
citextwhich doesn't add any description to the type.Affected components
Related Issues
Solution and Design
Default description to empty string if there is no description returned by pg
Steps to test and verify
Refer #2314
Limitations, known bugs & workarounds