mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Fix typo in example.
This commit is contained in:
parent
ead31d1a72
commit
ebcc0158f1
@ -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…
x
Reference in New Issue
Block a user