You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrateDB offers a PostgreSQL-compatible pg_catalog.pg_proc database system table. It could be used to inquire all scalar function symbols, to add them to the list of keywords provided by the crate.crash.repl.SQLCompleter, similar to how the pg_catalog.pg_get_keywords() function is used to inquire the list of non-function keywords.
In this spirit, other than using pg_catalog.pg_proc, the list of "fallback keywords", or maybe a list of "additional keywords", would probably still need to be maintained, in order to accompany for any gaps.
The text was updated successfully, but these errors were encountered:
About
CrateDB offers a PostgreSQL-compatible
pg_catalog.pg_proc
database system table. It could be used to inquire all scalar function symbols, to add them to the list of keywords provided by thecrate.crash.repl.SQLCompleter
, similar to how thepg_catalog.pg_get_keywords()
function is used to inquire the list of non-function keywords.Outlook
At GH-360, we also reported:
In this spirit, other than using
pg_catalog.pg_proc
, the list of "fallback keywords", or maybe a list of "additional keywords", would probably still need to be maintained, in order to accompany for any gaps.The text was updated successfully, but these errors were encountered: