TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's your Postgres GUI Client?

1 pointsby hiharryhereover 11 years ago
I&#x27;ve recently started using Postgres in place of MySQL which was in use at my last job. I really miss SequelPro (I use a mac) as it is MySQL only. Induction is a bit unstable for me so I have settled on Valentina Studio.<p>What do you use?

2 comments

elchiefover 11 years ago
I use pgAdmin III<p>Some features I like:<p>* You can highlight code in the Query window and hit play and it only runs the highlighted code.<p>* You can export query results to CSV easily from the Query window File Menu.<p>* Stores history of commands run, can run them again with a click (&quot;Previous queries&quot; in Query window).<p>* Not all options are available by default. File &gt; Options &gt; Browser &gt; Display to show more stuff.<p>* Can run EXPLAIN with a click.<p>I also sometimes use IntelliJ IDEA Ultimate which has a good SQL editor
gchandrasaover 11 years ago
pgadmin, <a href="http://www.pgadmin.org/download/macosx.php" rel="nofollow">http:&#x2F;&#x2F;www.pgadmin.org&#x2F;download&#x2F;macosx.php</a>