File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="libpq">
4
4
<title><application>libpq</application> - C Library</title>
@@ -1403,7 +1403,9 @@ PGresult *PQexecParams(PGconn *conn,
1403
1403
For example, integers must be passed in network byte
1404
1404
order. Passing <type>numeric</> values requires
1405
1405
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()</>.
1407
1409
</para>
1408
1410
</listitem>
1409
1411
</varlistentry>
You can’t perform that action at this time.
0 commit comments