简体   繁体   English

使用 Navicat Premium 连接到 Postgres 15 后无法打开连接

[英]Cannot open connection after connecting to Postgres 15 using Navicat Premium

I've encountered into a connection issue between PostgreSQL 15 and Navicat 15.我遇到了 PostgreSQL 15 和 Navicat 15 之间的连接问题。

My environment is:我的环境是:

  • Windows 10 Windows 10
  • PostgreSQL 15 PostgreSQL 15
  • Navicat Premium 15.0.16 (Activated) Navicat Premium 15.0.16(已激活)

How to produce:如何生产:

  • Open 'New Connection' dialog.打开“新建连接”对话框。 (Files -> New Connection -> PostgreSQL...) (文件 -> 新连接 -> PostgreSQL ...)
  • Put information in fields.将信息放在字段中。
  • Check if 'Test Connection' works.检查“测试连接”是否有效。 (It works on my end as well.) (它也适用于我。)
  • Click 'OK'点击“确定”
  • In the list of connections, double-click the connection.在连接列表中,双击该连接。

Expected:预期的:
Should be able to open the connection.应该可以打开连接。

Actual:实际的:
It says the following message on an error dialog.它在错误对话框中显示以下消息。

ERROR: column "datlastsysoid" does not exist
LINE 1: SELECT DISTINCT datlastsysoid FROM pg_database

The error goes away if you upgrade to latest Navicat version.如果你升级到最新的 Navicat 版本,错误就会消失。 Version 16.1.5 definitely fixes this issue.版本 16.1.5 肯定修复了这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Navicat连接到Heroku Postgres数据库 - Connecting to Heroku Postgres Database using Navicat Postgres 连接在闲置 15 分钟后断开 - Postgres Connection drops after 15 mins of idleness 从Navicat或Induction连接到本地Postgres.app时出错 - Errors when connecting to local Postgres.app from Navicat or Induction 无法打开驱动程序的连接:org.eclipse.birt.report.data.oda.jdbc。 使用数据库 postgres - Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc. using database postgres 使用 Python 连接到 AWS Postgres 数据库:连接被拒绝错误 - Connecting to AWS Postgres database using Python: connection refused error 连接以打开续集连接 - Connecting to open sequelize connection AWS 上的 Postgres 11.8 在 15 分钟后失去连接/终止查询,没有通知或错误 - Postgres 11.8 on AWS Losing Connection/Terminating Query After 15 Minutes with No Notification or Error Navicat 在 Postgres 中不显示表格 - Navicat does not show tables in Postgres 在单独的AWS实例上连接到PostGres数据库时“无法从服务器接收数据:连接超时”或“连接未打开”错误 - “could not receive data from server: Connection timed out” or “connection not open” errors when connecting to PostGres DB on a separate AWS instance GO打开本地postgres连接 - GO open local postgres connection
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM