查询在 999 个字符处被截断

发布于 2024-11-19 22:22:24 字数 340 浏览 1 评论 0原文

我对 PostgresPHP 有一个特殊的问题。

我刚刚设置了新服务器,尽管代码在旧服务器上运行良好,但在新服务器上,一些冗长的查询被截断为 999 个字符。

同一页面在旧页面上运行良好,在新页面上运行良好,我收到一条错误消息

无法执行查询:[...], table4_name T4, table5_na

它应该在 [...], table4_name T4、table5_name T5、[...] 等等。

基本上字符 999 之后的所有内容都丢失了。 任何人都知道什么配置设置可能会导致这种情况?

I have a peculiar problem with Postgres and PHP.

I just set-up new server and although code works fine on the old server, on a new server some lengthy queries are getting truncated at 999 character.

Same page runs fine on the old one and on the new one I get an error saying

Failed to execute query: [...], table4_name T4, table5_na

Where it should be [...], table4_name T4, table5_name T5, [...] and so on and so on.

Basically everything after character 999 is missing.
Anyone have any idea what configuration setting may be causing that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜味拾荒者 2024-11-26 22:22:24

我的评论似乎就是答案;)

是否错误被切断,并且存在实际产生错误的不同问题?

My comment seems to be the answer ;)

Could it be that the error is being cut off, and there is a different problem that actually produces an error?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文