7 ms·
This sort of thing is really easy to do from a psql console; I don't think that should be a major point against pgadmin.
by NathanRice 13y ago
This sort of thing is really easy to do from a psql console; I don't think that should be a major point against pgadmin.
- jordanthoms 13y agoPGadmin also crashes often, and blocks on many database operations (eg modifying schema, adding indexes etc). How you can write a database GUI and make such a basic mistake as doing DB operations on the UI thread is beyond me.
- jacques_chester 13y agoIt's a common mistake. Oracle's SQLDeveloper app does the same thing.