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

Commit19fe9a9

Browse files
committed
Add detail:
< encoding.> encoding. This requires using mblen() to determine if the> backslash is inside or outside a multi-byte sequence.
1 parentce8c6aa commit19fe9a9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Wed Apr 1917:50:14 EDT 2006
5+
Last updated:Wed Apr 1918:35:36 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -725,7 +725,8 @@ Clients
725725
that are part of a client-only multibyte sequence
726726

727727
Single-quote is not a valid byte in any supported client-only
728-
encoding.
728+
encoding. This requires using mblen() to determine if the
729+
backslash is inside or outside a multi-byte sequence.
729730

730731
o Add new version of PQescapeString() that doesn't double
731732
backslashes when standard_conforming_strings is true and

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Apr 1917:50:14 EDT 2006
11+
Last updated: Wed Apr 1918:35:36 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -659,7 +659,8 @@ <h1><a name="section_9">Clients</a></h1>
659659
</li><li>Add new version of PQescapeString() that doesn't double backslashes
660660
that are part of a client-only multibyte sequence
661661
<p> Single-quote is not a valid byte in any supported client-only
662-
encoding.
662+
encoding. This requires using mblen() to determine if the
663+
backslash is inside or outside a multi-byte sequence.
663664
</p>
664665
</li><li>Add new version of PQescapeString() that doesn't double
665666
backslashes when standard_conforming_strings is true and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp