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

Commite4bffda

Browse files
committed
Update release notes.
1 parentc864c3b commite4bffda

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.353 2005/08/2403:47:11 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.354 2005/08/2414:35:26 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -299,7 +299,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.353 2005/08/24 03:47:11 momjian
299299
will be treated literally in non-E strings. To prepare for this
300300
change, use E'' strings in places that need special backslash
301301
processing, and turn on escape_string_warning to find additional
302-
strings that need to be converted to use <literal>E''</>.
302+
strings that need to be converted to use <literal>E''</>. Also,
303+
use two single-quotes ('') to embed a literal single-quote
304+
in a string, rather than the PostgreSQL-supported syntax of
305+
backslash single-quote (\'). The former is standards-conforming
306+
and does not require the use of the E'' string syntax. You can
307+
also use the $$ string syntax, which does not treat backslashes
308+
specially.
303309
</para>
304310
</listitem>
305311

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp