在 pgAdmin (PostgreSQL) 中查看数据的简单方法
我已经搜索这个问题一个多小时了,没有任何线索。在 Heidi SQL(用于 MySQL)中,我只需点击几下即可打开任何表来查看其数据。但在 pgAdmin 中,我必须折叠许多子文件夹才能做到这一点:database/Schemas/public/Tables/...,然后我必须右键单击表来“查看数据”。速度慢了3倍。
我想知道是否有更简单的方法来查看 PostgreSQL 数据?或者 Postgres 有其他方法可以让我加快速度吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
转到服务器的属性并选中“恢复环境”复选框。该选项使 pgadmin 记住您在会话之间的导航。它将带您直接进入您上次使用 pgadmin 时选择的表。
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.
如果您设置了与数据库的 ODBC 连接,则可以在 Microsoft Access 中访问它。然后,您可以添加最常查看的表格(假设它们不是很多)并保存它们(链接而不是复制)以便快速查看和编辑。
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.