From: Peter Eisentraut Date: Tue, 13 Oct 2009 22:46:13 +0000 (+0000) Subject: Replace unmatched " by " to avoid throwing off syntax highlighters. X-Git-Tag: REL8_5_ALPHA2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=207b4da51d2da0b9ce6ea2b2a86e9de22df0d689;p=postgresql Replace unmatched " by " to avoid throwing off syntax highlighters. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 211a450ce3..3cec9f97bc 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -3230,7 +3230,7 @@ cast(-44 as bit(12)) 111111010100 - Some examples, with #" delimiting the return string: + Some examples, with #" delimiting the return string: substring('foobar' from '%#"o_b#"%' for '#') oob substring('foobar' from '#"o_b#"%' for '#') NULL