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

Commit1276356

Browse files
committed
PostgreSQL 7.2.1 Documentation
Chapter 1. libpq - C Library1.3. Command Execution Functions1.3.3. Escaping binary strings for inclusion in SQL queriesI found the line"The result string length does not include the terminating zero byte of the result."is not right.The result string length does indeed include the terminating zero byte.Christoph Haller
1 parent88bd306 commit1276356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/libpq.sgml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.91 2002/08/1502:56:19 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.92 2002/08/1503:00:59 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -942,8 +942,8 @@ strings overlap.
942942
characters in this binary string (a terminating zero byte is
943943
neither necessary nor counted). The <parameter>to_length</parameter>
944944
parameter shall point to a buffer suitable to hold the resultant
945-
escaped string length. The result string lengthdoes not
946-
include the terminatingzero byte of the result.
945+
escaped string length. The result string lengthincludes the terminating
946+
zero byte of the result.
947947
</para>
948948

949949
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp