crate / crate-admin

The admin user interface for CrateDB.
Apache License 2.0
26 stars 19 forks source link

Acquire list of keywords from CrateDB #737

Open amotl opened 3 years ago

amotl commented 3 years ago

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 https://github.com/crate/crate-admin/issues/724#issuecomment-860452468

proddata commented 3 years ago

with #731 datatypes would be handled separately from reserved keywords.