提交 f95b5334 编写于 作者: B Bruce Momjian

Mention actual function names in documentation of how to pass binary

values to libpq.
上级 5d747ddd
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.259 2008/06/23 21:10:49 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.260 2008/06/27 02:44:31 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
......@@ -1403,7 +1403,9 @@ PGresult *PQexecParams(PGconn *conn,
For example, integers must be passed in network byte
order. Passing <type>numeric</> values requires
knowledge of the server storage format, as implemented
in <filename>src/backend/utils/adt/numeric.c</>.
in
<filename>src/backend/utils/adt/numeric.c::numeric_send()</> and
<filename>src/backend/utils/adt/numeric.c::numeric_recv()</>.
</para>
</listitem>
</varlistentry>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册