From 8b84aebddf02a34b07b22d368a0cf72341278921 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Tue, 14 Jun 2005 23:47:39 +0000
Subject: Add BETWEEN SYMMETRIC.
Pavel Stehule
---
doc/src/sgml/func.sgml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 43df7d595c9..4fe5e1d6fca 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
@@ -282,6 +282,12 @@ PostgreSQL documentation
There is no difference between the two respective forms apart from
the CPU cycles required to rewrite the first one
into the second one internally.
+
+ BETWEEN SYMETRIC
+
+ BETWEEN SYMMETRIC> is the same as BETWEEN>
+ except there is no requirement that the argument to the left of AND> be less than
+ or equal to the argument on the right; the proper range is automatically determined.
--
cgit v1.2.3