Postgres远程访问

时间:2018-12-28 20:41:56

标签: postgresql intellij-idea

我的队友无法在PgAdmin上访问我的数据库。我已经在IntelliJ上连接了数据库。 那就是我所看到的: IntelliJ-MyView (i'm the localhost) 那是我的队友看到的: enter image description here 在postgres> schemas> public下 他只能看到学生表。

在文件postgresql.conf上,我已经将listen_addresses ='localhost'行替换为listen_addresses ='*'

enter image description here

情况是在pg_hba.conf文件中: enter image description here

为什么他看不到所有桌子?我们该如何解决? 我们需要他可以从他的电脑访问我的数据库。 感谢您的帮助,而Orry的英语不好。

0 个答案:

没有答案