We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a6267 commit 8b6b50aCopy full SHA for 8b6b50a
doc/src/sgml/rangetypes.sgml
@@ -90,7 +90,7 @@ SELECT upper(int8range(15, 25));
90
-- Compute the intersection
91
SELECT int4range(10, 20) * int4range(15, 25);
92
93
--- Is the range non-empty?
+-- Is the range empty?
94
SELECT isempty(numrange(1, 5));
95
</programlisting>
96
0 commit comments