Równoważną funkcją w postgresql jest:
strpos(string, substring)
Lub:
position(substring in string)
Są równoważne, tylko z inną kolejnością w parametrach.
Jeśli potrzebujesz również parametru start_location, musisz przekazać podciąg do strpos.
Znajdziesz je w:https://www.postgresql.org/docs /current/functions-string.html