Skip to content
Snippets Groups Projects
Commit 8b6b50a3 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix typo in example.

parent 26a62672
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment