Ekvivalentní funkce v postgresql je:
strpos(string, substring)
Nebo:
position(substring in string)
Jsou ekvivalentní, jen s jiným pořadím parametrů.
Pokud potřebujete také parametr start_location, budete muset předat podřetězec do strpos.
Najdete je na:https://www.postgresql.org/docs /current/functions-string.html