Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf95b533

Browse files
committed
Mention actual function names in documentation of how to pass binary
values to libpq.
1 parent5d747dd commitf95b533

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp