PETER DA SILVA This is useful, but the user interface feels incomplete and it's missing a couple of features that, right now, mean that the "psql" command line is actually more useful. * There is no feedback from commands like "drop view" in the query window or any feedback from the browser (like, refreshing and showing the view is gone). * There is no way to refresh the browser except by switching namespaces. * There is no way to copy the name of a table or view from the browser to the query window. I am not a Mac user interface expert, but ideally you should be able to both copy the name of the selected object or column to the clipboard, and drag a column or table name to the query window. Failing that, a menu for "copy name" would suffice. Also, the results of command queries should be available, not just the tuples. (Version 2.0) |