]> granicus.if.org Git - postgresql/commitdiff
Replace unmatched " by " to avoid throwing off syntax highlighters.
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Oct 2009 22:46:13 +0000 (22:46 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Oct 2009 22:46:13 +0000 (22:46 +0000)
doc/src/sgml/func.sgml

index 211a450ce305fa21a9502b3bf9326e07884b9492..3cec9f97bc5b47c543cd84dc6584999ed20ca8e9 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.489 2009/10/10 03:50:15 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.490 2009/10/13 22:46:13 petere Exp $ -->
 
  <chapter id="functions">
   <title>Functions and Operators</title>
@@ -3230,7 +3230,7 @@ cast(-44 as bit(12))           <lineannotation>111111010100</lineannotation>
    </para>
 
    <para>
-    Some examples, with <literal>#"</> delimiting the return string:
+    Some examples, with <literal>#&quot;</> delimiting the return string:
 <programlisting>
 substring('foobar' from '%#"o_b#"%' for '#')   <lineannotation>oob</lineannotation>
 substring('foobar' from '#"o_b#"%' for '#')    <lineannotation>NULL</lineannotation>