Module position

Source

Staticsยง

_LINKME_ELEMENT_position_bytea_bytea_int4 ๐Ÿ”’
_LINKME_ELEMENT_position_varchar_varchar_int4 ๐Ÿ”’
_LINKME_ELEMENT_strpos_varchar_varchar_int4 ๐Ÿ”’

Functionsยง

bytea_position
Returns the index of the first occurrence of the specified bytea substring in the input bytea, or zero if the substring is not present.
position
Returns the index of the first occurrence of the specified substring in the input string, or zero if the substring is not present.
position_bytea_bytea_int4 ๐Ÿ”’
position_varchar_varchar_int4 ๐Ÿ”’
strpos_varchar_varchar_int4 ๐Ÿ”’