Statics§
- _LINKME_
ELEMENT_ πarray_ position_ anyarray_ any_ int4 - _LINKME_
ELEMENT_ πarray_ position_ anyarray_ any_ int4_ int4 - _LINKME_
ELEMENT_ πarray_ positions_ anyarray_ any_ int4array
Functions§
- array_
position π - Returns the subscript of the first occurrence of the second argument in the array, or
NULL
if itβs not present. - array_
position_ πanyarray_ any_ int4 - array_
position_ πanyarray_ any_ int4_ int4 - array_
position_ πcommon - array_
position_ πstart - Returns the subscript of the first occurrence of the second argument in the array, or
NULL
if itβs not present. The search begins at the third argument. - array_
positions π - Returns an array of the subscripts of all occurrences of the second argument in the array given as first argument. Note the behavior is slightly different from PG.
- array_
positions_ πanyarray_ any_ int4array