I wrote a postgres function which takes an array of integers as an argument
create or replace function f_get_profiles(
exp_array jsonb,
lng_array int[] 
I wrote a postgres function which takes an array of integers as an argument
create or replace function f_get_profiles(
exp_array jsonb,
lng_array int[]