mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 01:31:07 -05:00
Fix typo in example.
This commit is contained in:
parent
ead31d1a72
commit
ebcc0158f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue