We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no remote command to inquire the list of keywords from CrateDB itself yet, right?
select * from pg_get_keywords()
Not all data types are automatically keywords. In fact, most aren't.
Looks like the list of keywords in the admin-ui already contains a lot of things that are not keywords in CrateDB.
Originally posted by @mfussenegger in #724 (comment)
The text was updated successfully, but these errors were encountered:
with #731 datatypes would be handled separately from reserved keywords.
Sorry, something went wrong.
No branches or pull requests
Not all data types are automatically keywords. In fact, most aren't.
Looks like the list of keywords in the admin-ui already contains a lot of things that are not keywords in CrateDB.
Originally posted by @mfussenegger in #724 (comment)
The text was updated successfully, but these errors were encountered: