forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1276356
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 Haller1 parent88bd306 commit1276356
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
945 | | - | |
946 | | - | |
| 945 | + | |
| 946 | + | |
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| |||
0 commit comments
Comments
(0)