标签: c postgresql libpq
我正在尝试调试访问postgres数据库的C程序。
我想使用一些postgres提供的例程来转储PGresult的内容。
是否有postgres提供的例程会以人类可读的方式转储PGresult?
我将添加它作为将转储PGresult内容的日志记录的选项。
以下是非SELECT命令的相关问题: How to dump PGresult for non-SELECT commands
答案 0 :(得分:1)
在src/interfaces/libpq/fe-print.c中有公共职能PQprint;它是in the manual。
src/interfaces/libpq/fe-print.c
PQprint