Commit 8b6b50a3 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in example.

parent 26a62672
......@@ -90,7 +90,7 @@ SELECT upper(int8range(15, 25));
-- Compute the intersection
SELECT int4range(10, 20) * int4range(15, 25);
-- Is the range non-empty?
-- Is the range empty?
SELECT isempty(numrange(1, 5));
</programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment