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

Fix typo in example.

parent ead31d1a
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.
Please register or to comment