最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

pgadmin 4 - How can i hide the locks and prepared transactions table on state? - Stack Overflow

programmeradmin2浏览0评论

Questions for you pgAdmin 8.14 users. On the dashboard tab, go to State. How can I hide these table on the dashboard? I checked on the preferences menu, but it doesn't seem to have the option to hide it anywhere else. I don't want to see it and would hide it instead. Any answers will be appreciated. thank you!

Questions for you pgAdmin 8.14 users. On the dashboard tab, go to State. How can I hide these table on the dashboard? I checked on the preferences menu, but it doesn't seem to have the option to hide it anywhere else. I don't want to see it and would hide it instead. Any answers will be appreciated. thank you!

Share Improve this question edited Jan 30 at 6:11 DarkBee 15.6k8 gold badges70 silver badges114 bronze badges asked Jan 24 at 4:45 Rheza001Rheza001 795 silver badges19 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 1

You can reference those articles.

How to hide Temporary tables in PgAdmin 4

https://www.pgadmin.org/docs/pgadmin4/8.13/preferences.html?utm_source=chatgpt.com

In pgAdmin 4, you can customize the visibility of certain elements on the dashboard through the Preferences menu. To hide specific tables or other objects from appearing on the dashboard, follow these steps:

  1. Access Preferences:

  2. Click on the File menu in the top-left corner.

  3. Select Preferences from the dropdown.

  4. Navigate to Browser Display Settings:

  5. In the Preferences window, expand the Browser section.

  6. Click on Display.

  7. Adjust Object Visibility:

  8. Here, you'll see a list of database objects with toggles next to them.

  9. Slide the switch next to each object type to Show or Hide it in the browser tree and dashboard.

This method allows you to control which types of objects are displayed, helping to declutter your dashboard.

If you're looking to hide specific tables (e.g., temporary tables or partition child tables), you might consider adjusting your schema organization or using naming conventions that group such tables together, allowing you to collapse or hide entire schemas as needed. However, pgAdmin does not currently offer a built-in feature to hide individual tables selectively.

Remember to refresh your connection or restart pgAdmin after making these changes to ensure they take effect.

发布评论

评论列表(0)

  1. 暂无评论