Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f95b533

Browse files
committed
Mention actual function names in documentation of how to pass binary
values to libpq.
1 parent 5d747dd commit f95b533

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/libpq.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.259 2008/06/23 21:10:49 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.260 2008/06/27 02:44:31 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -1403,7 +1403,9 @@ PGresult *PQexecParams(PGconn *conn,
14031403
For example, integers must be passed in network byte
14041404
order. Passing <type>numeric</> values requires
14051405
knowledge of the server storage format, as implemented
1406-
in <filename>src/backend/utils/adt/numeric.c</>.
1406+
in
1407+
<filename>src/backend/utils/adt/numeric.c::numeric_send()</> and
1408+
<filename>src/backend/utils/adt/numeric.c::numeric_recv()</>.
14071409
</para>
14081410
</listitem>
14091411
</varlistentry>

0 commit comments

Comments
 (0)