projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99827af
)
Be a little more consistent about which terms are uppercased in
author
Tom Lane
Fri, 26 Dec 2003 21:30:48 +0000
(21:30 +0000)
committer
Tom Lane
Fri, 26 Dec 2003 21:30:48 +0000
(21:30 +0000)
index entries.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index c7c0f23c8faf33d4e4f0c80fda3f7c4838101561..259928e173dc2c8d0ef1eb41d374e090d0065fb0 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-258,7
+258,7
@@
PostgreSQL documentation
-
between
+
BETWEEN
In addition to the comparison operators, the special
BETWEEN
construct is available.
BETWEEN
@@
-6476,7
+6476,7
@@
SELECT COALESCE(description, short_description, '(none)') ...
NULLIF>
-
nullif
+
NULLIF
@@
-8025,23
+8025,23
@@
SELECT col1 FROM tab1
Row and Array Comparisons
-
in
+
IN
-
not in
+
NOT IN
-
any
+
ANY
-
all
+
ALL
-
some
+
SOME