select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

FUNCTIONS / RANGE/MULTIRANGE FUNCTIONS AND OPERATORS

Does the range have no lower bound? (A lower bound of -Infinity returns false.)

Signatures & examples

lower_inf ( anyrange ) → boolean
Does the range have no lower bound? (A lower bound of -Infinity returns false.)
lower_inf('(,)'::daterange) → t
lower_inf ( anymultirange ) → boolean
Does the multirange have no lower bound? (A lower bound of -Infinity returns false.)
lower_inf('{(,)}'::datemultirange) → t
Version history 4
  1. PG 15 → 16changed
  2. PG 13 → 14changed
  3. PG 12 → 13changed
  4. PG 9.1 → 9.2added

Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source