When using the editor with a Postgres database, the autocomplete will suggest system functions for use in SELECT criteria, but when selecting rows from a function, they are not listed in the autocomplete, only tables and views. The editor should also allow the return columns from the function to be used a columns in the select query. It should also apply aliases where functions are used as data tables.
↧