postgresql - 如何在 pgAdmin 4 中显示错误?

标签 postgresql pgadmin

如果我在 pgAdmin 中的 SQL 查询中出错,那么我没有解释错误,而是:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request.  Either the server is overloaded or there is an error in the application.</p>

如何浏览 SQL 查询中的错误?

最佳答案

在 Windows 7 上,以下命令终于起作用了: - 完全卸载 PostgreSQL - 再次安装:在安装过程中有一个 Locale 下拉框,其中包含“Default”。将其更改为“英国”(我想“美国”也可以)。 之后 pgAdmin 开始显示错误。 (当然是英文,但这没关系)。

关于postgresql - 如何在 pgAdmin 4 中显示错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48692177/

相关文章:

sql - 在附加到列名和使用 bool 逻辑时使用 crosstab() 函数

pgadmin - 如何停止 pgadmin 4 进程?

postgresql - 无法连接到数据库 - 已发布 Postgres 作业计划(基于 Windows 的机器)

java - jdbc apache poi 创建 xls 文件

Java 服务器和 PostgreSQL 连接

sql - 在 PostgreSQL 中创建嵌套 json blob

mysql - 每个类别仅显示 2 个软件

pgadmin - pgadmin4 config_local.py 在 Windows 上的位置

postgresql - 如何使用 GPG 验证 PgAdmin 二进制文件的 ASC 签名?

postgresql - 为什么 pg_restore 成功返回但实际上没有恢复我的数据库? PostgreSQL 9.5