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

Commit207b4da

Browse files
committed
Replace unmatched " by " to avoid throwing off syntax highlighters.
1 parent42ec8ad commit207b4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.489 2009/10/10 03:50:15 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.490 2009/10/13 22:46:13 petere Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -3230,7 +3230,7 @@ cast(-44 as bit(12)) <lineannotation>111111010100</lineannotation>
32303230
</para>
32313231

32323232
<para>
3233-
Some examples, with <literal>#"</> delimiting the return string:
3233+
Some examples, with <literal>#&quot;</> delimiting the return string:
32343234
<programlisting>
32353235
substring('foobar' from '%#"o_b#"%' for '#') <lineannotation>oob</lineannotation>
32363236
substring('foobar' from '#"o_b#"%' for '#') <lineannotation>NULL</lineannotation>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp