postgresql - Intellij postgres 即使已连接也看不到表格

标签 postgresql intellij-idea

我正在尝试使用 intellij (pycharm) 中的数据库工具,而不是通常的 postgres cli psql。 然而,尽管 IDE 可以连接到 postgres 并查看不同的数据库,但出于某种原因我似乎看不到其中的任何表。不幸的是,似乎没有有用的指南来设置它。
智能: db config

psql: db tables

最佳答案

与数据库的连接需要特定于该数据库,而不仅仅是一般的 postgres 数据库。

例如在 View ->工具窗口->数据库

然后点击数据库设置图标和 url 有(至少在 osx 上):

jdbc:postgresql://localhost:5432/yourdatabase

关于postgresql - Intellij postgres 即使已连接也看不到表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38478579/

相关文章:

sql - 通过不正确分组来创建带有组的 View

postgresql - 露天 : Cannot find Alfresco Repository

java - 如何制作调用其他注解的注解

java - 插件中带有自定义文件的 Intellij Tree

java - Intellij Idea CE 2018.2.1 中资源目录不包含在输出目录中

intellij-idea - Intellij 中的 Play Framework 新项目

sql - 带有表名 bindvar 的 Postgres sqlx 准备语句

postgresql - 如何从 postgres sql 中的 inet 值中提取八位字节?

sql - 奇怪的 : Planner takes decision with lower cost, 但(非常)查询运行时间长

Javac 不编译、缓存旧文件,也许吧?