projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7641224
)
Fix typo
author
Peter Eisentraut
Wed, 14 Feb 2007 18:46:08 +0000
(18:46 +0000)
committer
Peter Eisentraut
Wed, 14 Feb 2007 18:46:08 +0000
(18: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 b1c56e7948ad16beec35aa13c0aeebc6f1b5e272..ae9e9ec105896475b418007ec840073efe383ef3 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-11037,7
+11037,7
@@
SELECT xmlforest(table_name, column_name) FROM information_schema.columns WHERE
The
xmlpi
expression creates an XML
processing instruction. The content, if present, must not
- contain the character sequence
?&
l
t;
.
+ contain the character sequence
?&
g
t;
.