Y
Hacker News
new
|
ask
|
show
|
jobs
by
NathanRice
4660 days 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.
1 comments
jordanthoms
4660 days ago
PGadmin 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.
link
jacques_chester
4660 days ago
It's a common mistake. Oracle's SQLDeveloper app does the same thing.
link