5 ms·
Clearly there is a pain point with PostgreSQL and GUI front-ends. Wish I could see the site.
by jreposa 13y ago
Clearly there is a pain point with PostgreSQL and GUI front-ends. Wish I could see the site.
- antihero 13y agoHonestly I found the sooner one gives up and just uses the command line, the better.
- petit_robert 13y agoIndeed. I really have no idea why so much energy is spent on GUI tools. What do these things provide that one can't get from the command line, I wonder?
- antihero 13y agoI guess being able to see a whole bunch of things at the same time is useful, plus never having learn much SQL, plus being edit things by clicking on them.
- petit_robert 13y ago[I just realized that my comment may have appeared very harsh, specially from the authors' point of view. My apologies to them, I was _very happy_ to have a good GUI when I started working with databases] @antihero : Seeing things does help, but in my experience, using scripts and the command line is faster for developpement, because a lot of code can be reused, which is not the case with clicks. I was being too restrictive though, a lot can be done with a GUI, of course.