I connect to a database, and type "SELECT * FROM " and
press Control-Space. It shows a list of the available
databases, instead of table names.
In fact, anywhere in the editor, if I press
Control-Space I get the list of available databases.
I'm using a PostgreSQL backend (7.2.1), with the 7.2
PostgreSQL JDBC driver.
Logged In: YES
user_id=447234
This is correct functionality. If a connection is hilighted
(lightly shaded in yellow) then databases will be shown from
content assist. If a database is selected, then tables will
be shown. Control-Space anywhere in the editor will do this.