empty

fun empty(rangeOid: Int, elementOid: Int): PgRange

Creates the empty range of a given range type - the one that contains nothing.

Return

An empty PgRange.

Parameters

rangeOid

OID of the range type.

elementOid

OID of its bound type.