Fix typo in example.

pull/3/head
Heikki Linnakangas 13 years ago
parent 26a6267226
commit 8b6b50a34d
  1. 2
      doc/src/sgml/rangetypes.sgml

@ -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>

Loading…
Cancel
Save