什么是准备好的声明?
我在 postgres pg_log 目录的 .log 文件中看到一堆行,内容如下:
错误:准备好的语句“pdo_pgsql_stmt_09e097f4”不存在
什么是准备好的语句,哪些情况会导致显示这些错误消息?
I see a bunch of lines in the .log
files in the postgres pg_log
directory that say something like:
ERROR: prepared statement "pdo_pgsql_stmt_09e097f4" does not exist
What are prepared statements, and what kinds of things can cause these error messages to be displayed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自文档:
在网上搜索时,我发现“pdo_pgsql_stmt”命令来自某种与数据库的 PHP 连接。 也许此链接可以帮助您找到合适的邮件列表或者您可以将错误消息发送到的问题跟踪器?
编辑:我想我在这里找到了你的错误:
http://bugs.php.net/ bug.php?id=37870
From the documentation:
Searching the net, I found that the "pdo_pgsql_stmt" command is from some sort of PHP-connection to your database. Maybe this link can help you find a suiteable mailing-list or issue-tracker that you can send your error-messages to?
EDIT: I think I found your bug here:
http://bugs.php.net/bug.php?id=37870