projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ec8ad
)
Replace unmatched " by " to avoid throwing off syntax highlighters.
author
Peter Eisentraut
Tue, 13 Oct 2009 22:46:13 +0000
(22:46 +0000)
committer
Peter Eisentraut
Tue, 13 Oct 2009 22:46:13 +0000
(22:46 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 211a450ce305fa21a9502b3bf9326e07884b9492..3cec9f97bc5b47c543cd84dc6584999ed20ca8e9 100644
(file)
--- 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