18

I have searched this problem for more than an hour without any clue. In Heidi SQL (for MySQL), I just need few clicks to open any table to view its data. But in pgAdmin, I must collapse many sub-folder to do that: database/Schemas/public/Tables/... and then I must right click on a table to "view data". It's 3 times slower.

I wonder if there is any easier way to look through PostgreSQL data? Or is there any other way for Postgres that allow me to make it faster?

3
  • 1
    I can't believe now it's 2021, 10 years has passed and still I have to go through so many steps just to view data in pgAdmin ! Commented Jun 24, 2021 at 3:44
  • 1
    It really is. However I have switched to Heidi SQL since now they support PostGres as well :) Commented Jun 24, 2021 at 3:58
  • 1
    Tried to try HeidiSQL today, and just realized that it's only for Windows not Mac. So I found TablePlus. Not bad for browsing data. Commented Jul 1, 2021 at 8:04

2 Answers 2

9

Go to the properties of your server and check the "restore env" checkbox. That option causes pgadmin to remember your navigation between sessions. It will take you right to the table you selected last time you used pgadmin.

Sign up to request clarification or add additional context in comments.

5 Comments

thanks, though it's checked by default. But I still need to right-click, and navigate to "View Data/View 100 rows"? Is there any elegant way to do that?
On the toolbar is an icon that looks like a grid. Click it to view the data in the selected table.
Now I realize Ctrl-D or Ctrl-G work too. It should be more user-friendly for such a good DBMS. Thanks for your help.
Couldn't agree more. There has got to be a better workflow. By comparison with, say phpMyAdmin, this is pretty bad. Are we missing something?
PGAdmin's design is laughably bad. I've never seen such an absurd or complex way to present basic data to people. 99% of users don't care about materialized views or foreign_key constraints: they just want to see what data they have in their tables.
0

If you set up an ODBC connection to the database, you can access it in Microsoft Access. You can then add the tables you view most often (assuming they're not so many of them) and save them (linked rather than copied) for quick viewing and editing.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.