Playing with pgedit some more... I'm using the Mac version.
* Could you fix the "Do you want to save changes to..." dialog so the buttons have the standard Mac labels and ordering: Don't save, Cancel, Save.
* \d doesn't work. In psql, \d will display a list of all tables, views, and so forth. Instead, pgedit says "ERROR: relation "pg_catalog.pg_roles" does not exist"
* As I scroll through the output using the arrow keys or my scroll wheel, the scrollbar changes size. Kind of reminds me of that stretchy goo I used to play with as a kid. :)
* Would it be possible to add icons for the various Execute methods it the toolbar? Or at least make them available in the Customize Toolbar palette.
* How come the boxes in this forum keep indenting? I'm clicking on "Add new comment," not "Reply"
Thanks!
interface improvements
I'll look into changing the save dialog labels and adding more execution mode icons in the next version.
Forum indenting - Add new comment vs reply
"Add new comment" adds a comment to the current forum topic. To create a new top level forum topic, choose "create content" from the right hand side bar followed by the "forum topic" link.
Here is a shortcut to create a new forum topic.
scroll bar goo
Yes, pgEdit currently uses the "Emacs" scroll bar model rather than correctly rendering them for the target operating system. I hope to get this changed soon, but currently the behavior is dictated by the development tools used to create pgEdit.
\d doesn't work
pgEdit currently includes psql 8.1. If you are connecting to an earlier version of PostgreSQL (e.g. 8.0) with a newer version of psql you can run into problems like this where the system catalogs have changed.
The solution is to use a version of psql which matches your database. See the pgEdit preferences documentation for information on selecting a different version of psql.