From debeb47c92a6a3bbef671cc58930198aa3a75064 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 26 Dec 2003 21:30:48 +0000 Subject: [PATCH] Be a little more consistent about which terms are uppercased in index entries. --- doc/src/sgml/func.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c7c0f23c8f..259928e173 100644 --- 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)') ... <literal>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